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

wlr_deps += pixman

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