wlroots-hyprland/xwayland/meson.build
Tony Crisci 368f74e4df Refactor meson build files
Use tabs for indentation and break up function calls over 80 col.
2017-08-30 14:30:47 -04:00

10 lines
200 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, pixman],
)