summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-08-13 23:46:06 +0000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-08-13 23:46:06 +0000
commit060b9a177e7c128a52c2ba018feb891f4df94e32 (patch)
treef140525ff72578d7e2ba4c6d44af8c316544742f /meson_options.txt
parent923096aac41199d8e6ec1bc3df211d36ab1607a1 (diff)
parent79487f7484ab2aa2518e6ef4ea04327257386947 (diff)
downloaddconf-060b9a177e7c128a52c2ba018feb891f4df94e32.tar.gz
Merge branch 'fix/build-gtk-doc' into 'master'
Build: revert to the old "enable-gtk-doc" flag since there is no reason to change it See merge request GNOME/dconf!18
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 9c8e3e6..4fbd85c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,3 @@
option('bash_completion', type: 'boolean', value: true, description: 'install bash completion files')
option('man', type: 'boolean', value: true, description: 'generate man pages')
-option('gtk_doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')
+option('enable-gtk-doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')