summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-06-01 20:38:12 +0800
committerLuke from DC <[email protected]>2023-06-01 19:26:53 +0000
commitaa2e7876d6c1518e2a2419755e9d618e9be61ec6 (patch)
treeac47aa394bf7f4e30b8c41b6f21f460b9a9c397e /meson_options.txt
parentbcbcc533539f7d27910f35e01f17240e8c72cdad (diff)
downloadlibmatekbd-aa2e7876d6c1518e2a2419755e9d618e9be61ec6.tar.bz2
libmatekbd-aa2e7876d6c1518e2a2419755e9d618e9be61ec6.tar.xz
Add meson compilation support
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..3ed7f5f
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,6 @@
+option('gir',
+ type: 'boolean', value: true,
+ description: 'Generate gir data (requires gobject-introspection)')
+option('tests',
+ type : 'boolean', value : true,
+ description: 'Enable tests')