build: bump pixman version

The new version offers const pixman_region32_t APIs, which we will
make use of in the following commits.
Simon Ser 2 years ago committed by Simon Zeni
parent 6c33e5dc50
commit 8bbe8624df

@ -129,6 +129,7 @@ drm = dependency('libdrm',
)
xkbcommon = dependency('xkbcommon')
pixman = dependency('pixman-1',
version: '>=0.42.0',
fallback: 'pixman',
default_options: ['werror=false'],
)

Loading…
Cancel
Save