mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-05 03:01:33 -04:00
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.
5 lines
67 B
Meson
5 lines
67 B
Meson
wlr_files += files(
|
|
'pass.c',
|
|
'pixel_format.c',
|
|
'renderer.c',
|
|
)
|