summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-16 22:28:17 +0100
committerJens Georg <mail@jensge.org>2022-11-16 22:37:33 +0100
commit1970906319eefa0bf48553e60ee67b5a75b9e1c5 (patch)
tree24872a42c3fca0e4cb6458cafaed9a5b9f03cb56 /meson_options.txt
parente0b477c37c18b0de50cc62a549e639c7527bba25 (diff)
downloadgssdp-1970906319eefa0bf48553e60ee67b5a75b9e1c5.tar.gz
doc,build: Add manpage for sniffer
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ab1f0bd..5f85187 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,3 +3,4 @@ option('sniffer', type: 'boolean', value: true, description: 'Compile graphical
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('examples', type: 'boolean', value: true, description : 'Enable or disable examples')
+option('manpages', type: 'boolean', value: true, description : 'Generate man page for tools')