|
|
@ -2,8 +2,7 @@ icondir = get_option('icon_directory')
|
|
|
|
if icondir == ''
|
|
|
|
if icondir == ''
|
|
|
|
icondir = get_option('prefix') / get_option('datadir') / 'icons'
|
|
|
|
icondir = get_option('prefix') / get_option('datadir') / 'icons'
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
internal_config.set_quoted('ICONDIR', icondir)
|
|
|
|
add_project_arguments('-DICONDIR="@0@"'.format(icondir), language : 'c')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wlr_files += files(
|
|
|
|
wlr_files += files(
|
|
|
|
'wlr_xcursor.c',
|
|
|
|
'wlr_xcursor.c',
|
|
|
|