summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-11 07:31:46 +0100
committerJens Georg <mail@jensge.org>2018-11-11 07:31:46 +0100
commit83ef028e31ea8aae95e0dce9ac57420c27c2d133 (patch)
tree408ef04ca787444a5a78b15e89f49eb13aad34b5
parent2b5bf5d92430d91683ac0dd1d22aab9fb6ef4ba6 (diff)
downloadgupnp-av-83ef028e31ea8aae95e0dce9ac57420c27c2d133.tar.gz
build: Make gtk-doc opt-in for meson
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a15d128..e85eb18 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,3 @@
option('introspection', type : 'boolean', value : 'true', description : 'Build GObject-Introspection files')
option('vapi', type : 'boolean', value : 'true', description : 'Build VALA API files (needs introspection=true)')
-option('gtk_doc', type : 'boolean', value : 'true', description : 'Generate the API documentation')
+option('gtk_doc', type : 'boolean', value : 'false', description : 'Generate the API documentation')