mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Lifted support for keys from tinywl; TODO: don't have all the code in server.c
This commit is contained in:
parent
1cd178e9ce
commit
64db394085
6 changed files with 142 additions and 3 deletions
|
|
@ -34,6 +34,7 @@ wlroots = dependency('wlroots', version: '>=0.6.0')
|
|||
wayland_server = dependency('wayland-server')
|
||||
wayland_client = dependency('wayland-client')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.12')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
||||
subdir('protocol')
|
||||
subdir('waybox')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue