Add first try to add wl_shell to rootston

This commit is contained in:
emersion 2017-09-26 23:59:25 +02:00
parent 1ddda91b1b
commit ed9a43c213
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 97 additions and 3 deletions

View file

@ -9,6 +9,7 @@ executable(
'main.c',
'output.c',
'pointer.c',
'xdg_shell_v6.c'
'xdg_shell_v6.c',
'wl_shell.c'
], dependencies: wlroots
)