projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d7602
)
Alternative printbackends subdir for non-UNIX OSes
author
Руслан Ижбулатов
<lrn1986@gmail.com>
Sat, 3 Mar 2018 21:57:00 +0000
(21:57 +0000)
committer
Chun-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
patch
|
blob
|
history
diff --git
a/modules/meson.build
b/modules/meson.build
index 670f9fd96c567d1553d39e666260963b47de2022..614be805f538617059a76cad95e03b9bb989fbfe 100644
(file)
--- a/
modules/meson.build
+++ b/
modules/meson.build
@@
-1,5
+1,7
@@
if os_unix
subdir('printbackends')
+else
+ print_backends = []
endif
subdir('media')