summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-02-14 13:45:48 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2018-02-14 14:14:22 +0000
commit2e7fef7d180530d210df0ade91ddb9ccedef6abd (patch)
tree34887e9a1b825a7297e55ab940a55da4a90d5518 /meson_options.txt
parentd1a8ed02141d7dfbf17f6ec3286d867a8fbd0c2b (diff)
downloadgtk+-2e7fef7d180530d210df0ade91ddb9ccedef6abd.tar.gz
build: Rename the 'enable-colord' option
Drop the 'enable-' prefix, to follow the naming best practices for Meson configuration options.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2f9dd80285..dd0046dd10 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('enable-colord', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
+option('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')