mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 20:05:58 +01:00
311381c6b5
Removes a project argument, improves escaping.
10 lines
230 B
Meson
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',
|
|
)
|