summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-10-25 23:40:02 +0200
committerJens Georg <mail@jensge.org>2018-10-26 00:09:55 +0200
commitb953e588a3103b5e6a4174f8dba6a2a7a4afdf10 (patch)
tree9c9bd75a24a7effdec95dfb6b66e0879f792f6ee /meson_options.txt
parentb0e5ced295ebca431688373d73d02b44508daaca (diff)
downloadgupnp-av-b953e588a3103b5e6a4174f8dba6a2a7a4afdf10.tar.gz
Add meson build files
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..a15d128
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,3 @@
+option('introspection', type : 'boolean', value : 'true', description : 'Build GObject-Introspection files')
+option('vapi', type : 'boolean', value : 'true', description : 'Build VALA API files (needs introspection=true)')
+option('gtk_doc', type : 'boolean', value : 'true', description : 'Generate the API documentation')