xwayland: use xfixes extension

This commit is contained in:
Tony Crisci 2017-10-15 14:50:21 -04:00
parent 02f4acc69f
commit fb25adae36
4 changed files with 33 additions and 1 deletions

View file

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