summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2018-11-07 20:03:14 -0500
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2018-11-07 20:03:14 -0500
commita019f1de381e52671f160ceb4a202f7fa02cef81 (patch)
treed92c7957fe66895eba739bf9998235e14723a797 /meson_options.txt
parent2fd99e8bee2415fc8b11097b9871eced217ee17c (diff)
downloadlibwnck-a019f1de381e52671f160ceb4a202f7fa02cef81.tar.gz
meson: use options name matching GNOME standards
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 59eeb7d..f04e7ef 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,12 +1,12 @@
-option('enable-deprecation-flags',
+option('deprecation_flags',
type: 'boolean',
value: false,
description: 'Use *_DISABLE_DEPRECATED flags')
-option('install-tools',
+option('install_tools',
type: 'boolean',
value: true,
description: 'Install wnck-based tools')
-option('startup-notification',
+option('startup_notification',
type: 'feature',
value: 'auto',
description: 'Use Startup notification')
@@ -14,7 +14,7 @@ option('introspection',
type: 'feature',
value: 'enabled',
description: 'Enable GObject introspection')
-option('enable-gtk-doc',
+option('gtk_doc',
type: 'boolean',
value: false,
description: 'Enable generating the API reference (depends on GTK-Doc)')