wlroots-hyprland/xcursor/meson.build
Simon Ser 311381c6b5 xcursor: use internal_config
Removes a project argument, improves escaping.
2022-12-06 22:39:45 +00:00

10 lines
230 B
Meson

icondir = get_option('icon_directory')
if icondir == ''
icondir = get_option('prefix') / get_option('datadir') / 'icons'
endif
internal_config.set_quoted('ICONDIR', icondir)
wlr_files += files(
'wlr_xcursor.c',
'xcursor.c',
)