aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'rootston/meson.build')
-rw-r--r--rootston/meson.build31
1 files changed, 0 insertions, 31 deletions
diff --git a/rootston/meson.build b/rootston/meson.build
deleted file mode 100644
index 853fecc8..00000000
--- a/rootston/meson.build
+++ /dev/null
@@ -1,31 +0,0 @@
-sources = [
- 'bindings.c',
- 'config.c',
- 'cursor.c',
- 'desktop.c',
- 'ini.c',
- 'input.c',
- 'keyboard.c',
- 'layer_shell.c',
- 'main.c',
- 'output.c',
- 'render.c',
- 'seat.c',
- 'switch.c',
- 'text_input.c',
- 'view.c',
- 'virtual_keyboard.c',
- 'xdg_shell_v6.c',
- 'xdg_shell.c',
-]
-
-if conf_data.get('WLR_HAS_XWAYLAND', 0) == 1
- sources += 'xwayland.c'
-endif
-
-executable(
- 'rootston',
- sources,
- dependencies: [wlroots, wlr_protos, pixman],
- build_by_default: get_option('rootston'),
-)