summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-01 19:13:30 +0100
committerJens Georg <mail@jensge.org>2018-11-02 11:18:41 +0100
commit0e5810ca2d9ab20923809a9057f76e9b59215428 (patch)
treee6accacae7f01a8ff36bb0c5739664898899b6cf /meson_options.txt
parent85bae723e4ebb90275293697bc3ce95d420774b2 (diff)
downloadgupnp-0e5810ca2d9ab20923809a9057f76e9b59215428.tar.gz
build: Switch to meson
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..3fa5392
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,5 @@
+option('context_manager', type : 'combo', choices : ['linux', 'network-manager', 'connman', 'system'], value : 'system', description: 'Which context manager to use for detecting network interfaces')
+option('introspection', type : 'boolean', value : 'true', description : 'Enable / disable the GObject-Introspection integration')
+option('vapi', type : 'boolean', value : 'true', description : ' Enable / disable VALA API file generation (needs -Dintrospection=true)')
+option('gtk_doc', type : 'boolean', value : 'false', description : 'Enable generation of the API documentation (needs GTK-Doc)')
+option('examples', type : 'boolean', value : 'true', description : 'Enable / disable building the examples')