summaryrefslogtreecommitdiff
path: root/core/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'core/meson_options.txt')
-rw-r--r--core/meson_options.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/meson_options.txt b/core/meson_options.txt
new file mode 100644
index 0000000..a60ff42
--- /dev/null
+++ b/core/meson_options.txt
@@ -0,0 +1,17 @@
+option(
+ 'lib',
+ type: 'boolean',
+ value: true,
+)
+
+option(
+ 'cli',
+ type: 'boolean',
+ value: true,
+)
+
+option(
+ 'gjs',
+ type: 'boolean',
+ value: true,
+)