summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-02-14 14:07:22 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2018-02-14 14:14:22 +0000
commit327e7a4ccc8585b98a58a6526cb84448df2d0f53 (patch)
treed7c94881efbadf7b5baf660a200f650d0346ac86 /meson_options.txt
parent7b32900c55745bb29b391ce334d86b502f34879d (diff)
downloadgtk+-327e7a4ccc8585b98a58a6526cb84448df2d0f53.tar.gz
build: Rename last 'enable' optionsissue-2
Drop the 'enable-' prefix to conform to the best practices for naming configuration options in Meson.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 07de49a45a..896347e10b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,11 +11,11 @@ option('quartz-backend', type: 'boolean', value: true,
description : 'Enable the macOS gdk backend (only when building on macOS)')
# Optional dependencies
-option('enable-vulkan', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
+option('vulkan', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
description : 'Enable support for the Vulkan graphics API')
-option('enable-xinerama', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
+option('xinerama', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
description : 'Enable support for the Xinerama extension')
-option('enable-cloudproviders', type: 'boolean', value: false,
+option('cloudproviders', type: 'boolean', value: false,
description : 'Enable the cloudproviders support')
# Print backends