summaryrefslogtreecommitdiff
path: root/docs/meson.build
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 /docs/meson.build
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 'docs/meson.build')
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index d510464..581f9c2 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,4 +1,4 @@
-if get_option('gtk_doc')
+if get_option('enable-gtk-doc')
gnome.gtkdoc(
'dconf',
main_xml: 'dconf-docs.xml',