summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <qignacio@amazon.com>2018-04-17 08:44:15 +0200
committerIgnacio Casal Quinteiro <qignacio@amazon.com>2018-04-17 09:09:55 +0200
commit67ffa20b53210b16972419bcf02f8a0702712cf9 (patch)
tree193ec8c35e0e77c2fe0232ff3771c3109d2764f4 /meson_options.txt
parent0ae3ec7578f1638b067f0e26bac5b0c52db82b60 (diff)
downloadatk-67ffa20b53210b16972419bcf02f8a0702712cf9.tar.gz
meson: follow option convetions
https://bugzilla.gnome.org/show_bug.cgi?id=795301
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 562a498..c4542dc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,8 +1,8 @@
-option('enable_docs',
+option('docs',
description: 'Build API reference for ATK using GTK-Doc',
type: 'boolean',
value: false)
-option('disable_introspection',
- description: 'Do not build introspection files, even when GObject-Introspection is found',
+option('introspection',
+ description: 'Whether to build introspection files',
type: 'boolean',
- value: false)
+ value: true)