summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2018-03-03 21:57:00 +0000
committerChun-wei Fan <fanchunwei@src.gnome.org>2018-03-28 15:39:36 +0800
commit5cdb33d1c4150768a7e808326f5e16f1cf0f953a (patch)
tree5fbd4ca4a953a786524b53df84a89b2107459dd7
parentb7d7602750acad857b638811b7a9096982460b27 (diff)
downloadgtk+-5cdb33d1c4150768a7e808326f5e16f1cf0f953a.tar.gz
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
-rw-r--r--modules/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/meson.build b/modules/meson.build
index 670f9fd96c..614be805f5 100644
--- a/modules/meson.build
+++ b/modules/meson.build
@@ -1,5 +1,7 @@
if os_unix
subdir('printbackends')
+else
+ print_backends = []
endif
subdir('media')