summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 5f8518795be44317e27033812c235fda5ed4b728 (plain)
1
2
3
4
5
6
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('examples', type: 'boolean', value: true, description : 'Enable or disable examples')
option('manpages', type: 'boolean', value: true, description : 'Generate man page for tools')