2017-08-30 18:30:47 +00:00
|
|
|
lib_wlr_xwayland = static_library(
|
|
|
|
'wlr_xwayland',
|
|
|
|
files(
|
2017-11-20 12:23:17 +00:00
|
|
|
'selection.c',
|
2017-08-30 18:30:47 +00:00
|
|
|
'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,
|
2017-11-01 23:03:55 +00:00
|
|
|
xcb_image,
|
2017-11-02 14:52:02 +00:00
|
|
|
xcb_render,
|
2017-10-15 18:50:21 +00:00
|
|
|
xcb_icccm,
|
2018-03-03 10:37:02 +00:00
|
|
|
xcb_errors,
|
2018-02-14 18:27:31 +00:00
|
|
|
xkbcommon,
|
2017-10-15 18:50:21 +00:00
|
|
|
pixman,
|
|
|
|
],
|
2017-08-30 18:30:47 +00:00
|
|
|
)
|