summaryrefslogtreecommitdiff
path: root/core/meson_options.txt
diff options
context:
space:
mode:
authorKevin <[email protected]>2024-10-16 00:49:16 -0300
committerKevin <[email protected]>2024-10-16 00:49:16 -0300
commit2b1e8501b46056b79d97e90c6ec94e3ad36d0ab2 (patch)
tree6486e98bd1ba523b1aeb4bd2566d1ff6e5c41798 /core/meson_options.txt
parent03f2c4706faba7dac5aee71b10255eac218cbeec (diff)
parent236487001ab2a6c9c8e87e5db0ced9e5ab3ed791 (diff)
Merge branch 'adapt-upstream-changes'
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,
-)