wlroots/render/pixman/meson.build
Consolatis b287e361fc render/pixman: use a single global dependency
The pixman renderer can not be disabled and other parts of wlroots
do not carry their own dependency of libpixman around. Use a single
global dependency which also satisfies the pixman renderer.
2026-05-30 16:49:13 +02:00

5 lines
67 B
Meson

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