mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland: use xfixes extension
This commit is contained in:
parent
02f4acc69f
commit
fb25adae36
4 changed files with 33 additions and 1 deletions
|
|
@ -6,5 +6,12 @@ lib_wlr_xwayland = static_library(
|
|||
'xwm.c',
|
||||
),
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [wayland_server, xcb, xcb_composite, xcb_icccm, pixman],
|
||||
dependencies: [
|
||||
wayland_server,
|
||||
xcb,
|
||||
xcb_composite,
|
||||
xcb_xfixes,
|
||||
xcb_icccm,
|
||||
pixman,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue