2017-08-19 15:59:31 +00:00
|
|
|
lib_wlr_xwayland = static_library('wlr_xwayland', files(
|
|
|
|
'sockets.c',
|
|
|
|
'xwayland.c',
|
2017-08-19 19:25:26 +00:00
|
|
|
'xwm.c',
|
2017-08-19 15:59:31 +00:00
|
|
|
),
|
2017-08-19 19:25:26 +00:00
|
|
|
include_directories: wlr_inc,
|
|
|
|
dependencies: [wayland_server, xcb, pixman])
|