summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-08-14 09:08:47 +1000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-08-14 09:08:47 +1000
commit79487f7484ab2aa2518e6ef4ea04327257386947 (patch)
treef140525ff72578d7e2ba4c6d44af8c316544742f /meson_options.txt
parent923096aac41199d8e6ec1bc3df211d36ab1607a1 (diff)
downloaddconf-79487f7484ab2aa2518e6ef4ea04327257386947.tar.gz
Build: revert to the old "enable-gtk-doc" flag since there is no reason to change it
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')