mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Chase wlroots X11 hints update
This commit is contained in:
parent
c7aaa8dd61
commit
286b2146c3
3 changed files with 6 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue