mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 15:12:26 +00:00
18 lines
239 B
Meson
18 lines
239 B
Meson
lib_wlr_xwayland = static_library(
|
|
'wlr_xwayland',
|
|
files(
|
|
'sockets.c',
|
|
'xwayland.c',
|
|
'xwm.c',
|
|
),
|
|
include_directories: wlr_inc,
|
|
dependencies: [
|
|
wayland_server,
|
|
xcb,
|
|
xcb_composite,
|
|
xcb_xfixes,
|
|
xcb_icccm,
|
|
pixman,
|
|
],
|
|
)
|