mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 15:12:26 +00:00
368f74e4df
Use tabs for indentation and break up function calls over 80 col.
9 lines
129 B
Meson
9 lines
129 B
Meson
lib_wlr_xcursor = static_library(
|
|
'wlr_xcursor',
|
|
files(
|
|
'xcursor.c',
|
|
'wlr_xcursor.c',
|
|
),
|
|
include_directories: wlr_inc,
|
|
)
|