summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-03-22 18:25:09 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-03 15:10:55 +0100
commit412c2225b172ffc8e5d4476a618ca5c87bb12b0f (patch)
treea32f0b974c1946409af83d147f7cc5874642c12b /meson_options.txt
parentd38db4dcddaec5a5b711f3de2fac7fe0786e46f1 (diff)
downloadgtk+-412c2225b172ffc8e5d4476a618ca5c87bb12b0f.tar.gz
meson: move colord checks into cups printbackend
Which is the only user of it. Also add option to enable/disable.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 767be8f8fa..7ccabfd602 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,5 @@
+option('enable-colord', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
+ description : 'Build colord support code')
option('enable-x11-backend', type: 'boolean', value: 'true',
description : 'Enable the X11 gdk backend')
option('enable-wayland-backend', type: 'boolean', value: 'true',