summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-06-13 22:58:52 +0200
committerCorentin Noël <tintou@noel.tf>2022-06-14 09:11:32 +0200
commit2c5abff1398b5457d76c8b2f4dd8801a05701217 (patch)
tree35726c5fddb8804e5cd49e24976e49d2ef8295f4 /meson_options.txt
parent54da436258d79b683f57dfadf787bdf56ca58576 (diff)
downloadlibgnomekbd-2c5abff1398b5457d76c8b2f4dd8801a05701217.tar.gz
Add meson build system
Signed-off-by: Corentin Noël <corentin.noel@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..63596da
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,9 @@
+option('gir',
+ type: 'boolean', value: true,
+ description: 'Generate gir data (requires gobject-introspection)')
+option('vapi',
+ type: 'boolean', value: true,
+ description: 'Generate vapi data (requires vapigen)')
+option('tests',
+ type : 'boolean', value : true,
+ description: 'Enable tests') \ No newline at end of file