mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
8 lines
189 B
Meson
8 lines
189 B
Meson
lib_wlr_xwayland = static_library('wlr_xwayland', files(
|
|
'sockets.c',
|
|
'xwayland.c',
|
|
'xwm.c',
|
|
),
|
|
include_directories: wlr_inc,
|
|
dependencies: [wayland_server, xcb, pixman])
|