Alternative printbackends subdir for non-UNIX OSes
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 3 Mar 2018 21:57:00 +0000 (21:57 +0000)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 28 Mar 2018 07:39:36 +0000 (15:39 +0800)
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

modules/meson.build

index 670f9fd96c567d1553d39e666260963b47de2022..614be805f538617059a76cad95e03b9bb989fbfe 100644 (file)
@@ -1,5 +1,7 @@
 if os_unix
   subdir('printbackends')
+else
+  print_backends = []
 endif
 
 subdir('media')