summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2016-12-16 09:59:25 -0300
committerThibault Saunier <tsaunier@gnome.org>2016-12-16 11:27:31 -0300
commit6f50b59a20a208d18e95c7700751c87571182335 (patch)
treecc563b0e0607dcf26c39c9b2c769d522bc67a529 /meson_options.txt
parentf4ed0e1af1821bc26f48f52c6d16d0ae15b3f694 (diff)
meson:doc: Build libraries documentations
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b61379063..f4c9c4641 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,3 +4,4 @@ option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto
option('disable_introspection',
type : 'boolean', value : false,
description : 'Whether to disable the introspection generation')
+option('disable_gtkdoc', type : 'boolean', value : false)