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, 0 insertions, 17 deletions
diff --git a/core/meson_options.txt b/core/meson_options.txt
deleted file mode 100644
index a60ff42..0000000
--- a/core/meson_options.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-option(
- 'lib',
- type: 'boolean',
- value: true,
-)
-
-option(
- 'cli',
- type: 'boolean',
- value: true,
-)
-
-option(
- 'gjs',
- type: 'boolean',
- value: true,
-)