mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Add keybind.c
This commit is contained in:
parent
5bd55570ba
commit
40f01ed3c9
10 changed files with 114 additions and 11 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue