Read rc.xml and begin parsing

This commit is contained in:
Johan Malm 2020-06-05 23:04:54 +01:00
parent fdc131049c
commit 6166e9b370
12 changed files with 227 additions and 7 deletions

View file

@ -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(),