forked from AuroraMiddleware/gtk
Alternative printbackends subdir for non-UNIX OSes
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
This commit is contained in:
parent
b7d7602750
commit
5cdb33d1c4
@ -1,5 +1,7 @@
|
||||
if os_unix
|
||||
subdir('printbackends')
|
||||
else
|
||||
print_backends = []
|
||||
endif
|
||||
|
||||
subdir('media')
|
||||
|
Loading…
Reference in New Issue
Block a user