summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-06-01 09:05:58 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2020-06-01 09:08:04 +0200
commit9959be81fd9c3e2f33a75ea3b682b395e499b4f2 (patch)
tree2fd66eeadc29c3d0bb0c767a2018bcec0b977f39 /docs
parent54d9b7dc5b010cd4c297fdc4545181bf43c46221 (diff)
downloadlibsecret-9959be81fd9c3e2f33a75ea3b682b395e499b4f2.tar.gz
meson: Clean up unused variables
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