Chase wlroots X11 hints update

This commit is contained in:
Johan Malm 2022-04-20 18:48:49 +01:00
parent c7aaa8dd61
commit 286b2146c3
3 changed files with 6 additions and 3 deletions

View file

@ -57,6 +57,7 @@ wayland_server = dependency('wayland-server', version: '>=1.19.0')
wayland_protos = dependency('wayland-protocols')
xkbcommon = dependency('xkbcommon')
xcb = dependency('xcb', required: get_option('xwayland'))
xcb_icccm = dependency('xcb-icccm', required: get_option('xwayland'))
drm_full = dependency('libdrm')
drm = drm_full.partial_dependency(compile_args: true, includes: true)
xml2 = dependency('libxml-2.0')
@ -83,6 +84,7 @@ labwc_deps = [
wayland_server,
wlroots,
xkbcommon,
xcb_icccm,
xml2,
glib,
cairo,