diff options
author | emersion <contact@emersion.fr> | 2017-09-26 23:59:25 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-09-26 23:59:25 +0200 |
commit | ed9a43c2134f19ddaa4d8e7c9f680d8a3d8329a6 (patch) | |
tree | 0fee00bb989aefceb807b2b4306f45dbfe2ddff2 /rootston/meson.build | |
parent | 1ddda91b1b647df339b5b0a6aefa383e48d634d8 (diff) |
Add first try to add wl_shell to rootston
Diffstat (limited to 'rootston/meson.build')
-rw-r--r-- | rootston/meson.build | 3 |
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 ) |