mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
5 lines
129 B
Meson
5 lines
129 B
Meson
lib_wlr_xwayland = static_library('wlr_xwayland', files(
|
|
'sockets.c',
|
|
'xwayland.c',
|
|
),
|
|
include_directories: wlr_inc)
|