mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
10 lines
193 B
Meson
10 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
|
|
)
|