summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@src.gnome.org>2017-03-01 18:08:50 +0200
committerErnestas Kulik <ernestask@src.gnome.org>2017-03-01 18:15:20 +0200
commit2c22594624f04d781e192b35412e2d20e9a04aba (patch)
treee49183d2d6761e18dcd2c85039233c2ec8ead375 /meson_options.txt
parentd4d2fb655f38578fe3e341175a8177c70dadadce (diff)
downloadnautilus-2c22594624f04d781e192b35412e2d20e9a04aba.tar.gz
meson: make doc generation opt-in
Since Continuous does not have GTK-Doc and jhbuild users don’t usually care about generating documentation, it makes sense to disable it by default. https://bugzilla.gnome.org/show_bug.cgi?id=779420
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 902552717..ac4b74a92 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -24,3 +24,6 @@ option ('enable-packagekit',
option ('enable-tracker',
type: 'boolean',
value: true)
+option ('enable-gtk-doc',
+ type: 'boolean',
+ value: false)