summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMartin Blanchard <martin.blanchard@codethink.co.uk>2018-03-13 13:47:25 +0000
committerBastien Nocera <hadess@hadess.net>2020-11-20 13:41:28 +0100
commit334f31b3cf0837ffb2298f498686905e8ba14f7b (patch)
tree30b347319d209617284e68b3ebab9cca0859c60e /meson_options.txt
parente9342ee019482a08fe435d6b656f8a6bdd196bce (diff)
downloadlibgudev-334f31b3cf0837ffb2298f498686905e8ba14f7b.tar.gz
Port to meson build system
The meson build system focuses on speed an ease of use, which helps speeding up the software development.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..06e5b48
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,15 @@
+option('tests',
+ type: 'feature', value: 'auto',
+ description: 'Build tests (requires umockdev)')
+
+option('introspection',
+ type: 'feature', value: 'auto',
+ description: 'Generate introspection data (requires gobject-introspection)')
+option('vapi',
+ type: 'feature', value: 'auto',
+ description: 'Generate vapi file (requires vapigen)')
+
+option('gtk_doc',
+ type: 'boolean', value: false,
+ description: 'Build reference manual (requires gtk-doc)')
+