mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Read rc.xml and begin parsing
This commit is contained in:
parent
fdc131049c
commit
6166e9b370
12 changed files with 227 additions and 7 deletions
|
|
@ -40,13 +40,16 @@ endif
|
|||
wayland_server = dependency('wayland-server')
|
||||
wayland_protos = dependency('wayland-protocols')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
xml2 = dependency('libxml-2.0')
|
||||
|
||||
labwc_inc = include_directories('include')
|
||||
|
||||
subdir('protocols')
|
||||
subdir('src')
|
||||
|
||||
labwc_deps = [ server_protos, wayland_server, wlroots, xkbcommon, ]
|
||||
labwc_deps = [
|
||||
server_protos, wayland_server, wlroots, xkbcommon, xml2
|
||||
]
|
||||
|
||||
executable(
|
||||
meson.project_name(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue