mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
5 lines
129 B
Meson
5 lines
129 B
Meson
lib_wlr_xcursor = static_library('wlr_xcursor', files(
|
|
'xcursor.c',
|
|
'wlr_cursor.c',
|
|
),
|
|
include_directories: wlr_inc)
|