Add keybind.c

This commit is contained in:
Johan Malm 2020-06-16 07:21:53 +01:00
parent 5bd55570ba
commit 40f01ed3c9
10 changed files with 114 additions and 11 deletions

View file

@ -41,6 +41,7 @@ wayland_server = dependency('wayland-server')
wayland_protos = dependency('wayland-protocols')
xkbcommon = dependency('xkbcommon')
xml2 = dependency('libxml-2.0')
glib = dependency('glib-2.0')
labwc_inc = include_directories('include')
@ -49,7 +50,7 @@ subdir('src')
subdir('tests')
labwc_deps = [
server_protos, wayland_server, wlroots, xkbcommon, xml2
server_protos, wayland_server, wlroots, xkbcommon, xml2, glib
]
executable(