aboutsummaryrefslogtreecommitdiff
path: root/xcursor/meson.build
blob: a167137a848eacefc39bc8da2a4c9c1b86903e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
icondir = get_option('icon_directory')
if icondir == ''
	icondir = join_paths(get_option('prefix'), get_option('datadir'), 'icons')
endif

add_project_arguments('-DICONDIR="@0@"'.format(icondir), language : 'c')

wlr_files += files(
	'wlr_xcursor.c',
	'xcursor.c',
)