forked from AuroraMiddleware/gtk
5cdb33d1c4
The main buildscript expects 'print_backends' list to be defined. Since printbackends is os_unix-only, we need to define this list ourselves for other OSes. https://bugzilla.gnome.org/show_bug.cgi?id=773299
8 lines
87 B
Meson
8 lines
87 B
Meson
if os_unix
|
|
subdir('printbackends')
|
|
else
|
|
print_backends = []
|
|
endif
|
|
|
|
subdir('media')
|