1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-01-21 06:09:49 +01:00
wlroots-hyprland/xwayland/meson.build

11 lines
200 B
Meson
Raw Normal View History

lib_wlr_xwayland = static_library(
'wlr_xwayland',
files(
'sockets.c',
'xwayland.c',
'xwm.c',
),
include_directories: wlr_inc,
dependencies: [wayland_server, xcb, xcb_composite, pixman],
)