summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-09-02 13:47:50 +0200
committerJens Georg <mail@jensge.org>2021-09-02 13:47:50 +0200
commit2a6526fc7a9ce3503665b69f131efd2449c99e09 (patch)
tree34ac5fb56044b9af11eebb783ce0eec67d925e13
parent9e08fa75bd75fcfa3b021191b2603a7c756cec3b (diff)
downloadgssdp-2a6526fc7a9ce3503665b69f131efd2449c99e09.tar.gz
Revert "build: Build docs by default"
This reverts commit 652edd5c0145c0a542017840e3f3bc22b9ade159.
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1fdc8fe..ab1f0bd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('gtk_doc', type: 'boolean', value: true, description: 'Enable generating the API reference (depends on GTK-Doc)')
+option('gtk_doc', type: 'boolean', value: false, description: 'Enable generating the API reference (depends on GTK-Doc)')
option('sniffer', type: 'boolean', value: true, description: 'Compile graphical SSDP sniffer')
option('introspection', type: 'boolean', value : true, description: 'Enable or disable GObject Introspection')
option('vapi', type: 'boolean', value: true, description: 'Enable or disable generation of Vala vapi file')