mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
9 lines
193 B
Meson
9 lines
193 B
Meson
lib_wlr_xcursor = static_library(
|
|
'wlr_xcursor',
|
|
files(
|
|
'wlr_xcursor.c',
|
|
'xcursor.c',
|
|
),
|
|
include_directories: wlr_inc,
|
|
dependencies: [egl] # header required via include/wlr/render.h
|
|
)
|