aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-26 23:59:25 +0200
committeremersion <contact@emersion.fr>2017-09-26 23:59:25 +0200
commited9a43c2134f19ddaa4d8e7c9f680d8a3d8329a6 (patch)
tree0fee00bb989aefceb807b2b4306f45dbfe2ddff2 /rootston/meson.build
parent1ddda91b1b647df339b5b0a6aefa383e48d634d8 (diff)
Add first try to add wl_shell to rootston
Diffstat (limited to 'rootston/meson.build')
-rw-r--r--rootston/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/rootston/meson.build b/rootston/meson.build
index 30ae1548..de2d04de 100644
--- a/rootston/meson.build
+++ b/rootston/meson.build
@@ -9,6 +9,7 @@ executable(
'main.c',
'output.c',
'pointer.c',
- 'xdg_shell_v6.c'
+ 'xdg_shell_v6.c',
+ 'wl_shell.c'
], dependencies: wlroots
)