aboutsummaryrefslogtreecommitdiff
path: root/render/pixman/meson.build
blob: eb7a0d3ad5ce2fdbe093d2796c072874e354d7dc (plain)
1
2
3
4
5
6
7
pixman = dependency('pixman-1')
wlr_deps += pixman

wlr_files += files(
	'pixel_format.c',
	'renderer.c',
)