aboutsummaryrefslogtreecommitdiff
path: root/xcursor/meson.build
blob: cf3718f70e9f016695e41aabaffe029ef2960e85 (plain)
1
2
3
4
5
6
7
8
9
10
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',
)