wlroots-hyprland/xwayland/meson.build

21 lines
283 B
Meson
Raw Normal View History

lib_wlr_xwayland = static_library(
'wlr_xwayland',
files(
2017-11-20 13:23:17 +01:00
'selection.c',
'sockets.c',
'xwayland.c',
'xwm.c',
),
include_directories: wlr_inc,
2017-10-15 20:50:21 +02:00
dependencies: [
wayland_server,
xcb,
xcb_composite,
xcb_xfixes,
2017-11-02 00:03:55 +01:00
xcb_image,
2017-11-02 15:52:02 +01:00
xcb_render,
2017-10-15 20:50:21 +02:00
xcb_icccm,
pixman,
],
)