summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-10-26 16:43:47 +0200
committerJens Georg <mail@jensge.org>2018-10-26 17:53:18 +0200
commita73d89ac886b6b09c28a976d08eef6ac44c040da (patch)
tree9e74c9f907292d9cf783741784aabf0486d597f1 /meson_options.txt
parent1c8eb2e058f01034748c9fbfc1d088b888305db1 (diff)
downloadgssdp-a73d89ac886b6b09c28a976d08eef6ac44c040da.tar.gz
meson: Clean-up configure options
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7e02220..ab1f0bd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,5 @@
-option('docs', type: 'boolean', value: false, description: 'Enable generating the API reference (depends on GTK-Doc)')
-option('ui', type: 'boolean', value: true, description: 'Build GTK+ UI tool')
+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')
+option('vapi', type: 'boolean', value: true, description: 'Enable or disable generation of Vala vapi file')
option('examples', type: 'boolean', value: true, description : 'Enable or disable examples')