build: bump pixman version

The new version offers const pixman_region32_t APIs, which we will
make use of in the following commits.
This commit is contained in:
Simon Ser 2022-11-03 09:18:19 +01:00 committed by Simon Zeni
parent 6c33e5dc50
commit 8bbe8624df
1 changed files with 1 additions and 0 deletions

View File

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