summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-06-14 17:07:10 -0400
committerThibault Saunier <tsaunier@igalia.com>2018-06-14 17:08:20 -0400
commitaf2ee3f72317cfc2b73df0ee0d6c046f7379ec87 (patch)
tree13832f36f6cd91f7ea0dc3c78236e434f1abcae4 /meson_options.txt
parentd56d2241429c76d0832ff0c843ecc30ff5fb795d (diff)
meson: Rename the gtkdoc option to gtk_doc
This is what other modules use
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 c7096f62..2bf6061f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
option('introspection', type : 'boolean', value : true, yield : true,
description : 'Generate gobject-introspection bindings')
-option('gtkdoc', type : 'boolean', value : true, yield : true,
+option('gtk_doc', type : 'boolean', value : true, yield : true,
description : 'Build API documentation with gtk-doc')