summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2019-05-16 16:22:58 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2019-05-16 16:22:58 +0300
commit800bc6b8ab7a59676ca21f066ddf1d7a1326d409 (patch)
tree7aeff9abf423f93e7623e8035dbc8203ac1882dd
parentdcb4ef51405109766b7f49b1408f98295bd9351f (diff)
downloadlibsoup-800bc6b8ab7a59676ca21f066ddf1d7a1326d409.tar.gz
meson: switch documentation option from 'doc' to 'gtk_doc'
This is the standard in GNOME currently.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 89837c15..a212781b 100644
--- a/meson.build
+++ b/meson.build
@@ -321,6 +321,6 @@ if get_option('tests')
subdir('tests')
endif
-if get_option('doc')
+if get_option('gtk_doc')
subdir('docs/reference')
endif