wlroots/render/pixman/meson.build
Simon Ser c0b93a9e7c render/pixman: add support for ABGR16161616
PIXMAN_a16b16g16r16 has been added in Pixman in this commit:
c0d38585f1
2025-12-18 09:48:02 -05:00

9 lines
141 B
Meson

pixman = dependency('pixman-1', version: '>=0.46.0')
wlr_deps += pixman
wlr_files += files(
'pass.c',
'pixel_format.c',
'renderer.c',
)