summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 06db370..fa89a31 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,6 +1,6 @@
-if with_manpage
+if get_option('manpage')
subdir('man')
endif
-if with_gtkdoc
+if get_option('gtk_doc')
subdir('reference/libsecret')
endif