2017-08-30 18:30:47 +00:00
|
|
|
lib_wlr_xwayland = static_library(
|
|
|
|
'wlr_xwayland',
|
|
|
|
files(
|
|
|
|
'sockets.c',
|
|
|
|
'xwayland.c',
|
|
|
|
'xwm.c',
|
|
|
|
),
|
|
|
|
include_directories: wlr_inc,
|
2017-10-15 18:50:21 +00:00
|
|
|
dependencies: [
|
|
|
|
wayland_server,
|
|
|
|
xcb,
|
|
|
|
xcb_composite,
|
|
|
|
xcb_xfixes,
|
|
|
|
xcb_icccm,
|
|
|
|
pixman,
|
|
|
|
],
|
2017-08-30 18:30:47 +00:00
|
|
|
)
|