render/pixman: drop cast for pixman_image_set_clip_region32()

The new Pixman release has made this const.
This commit is contained in:
Simon Ser 2024-01-04 12:00:45 +01:00
parent 0d056a0315
commit a818251aec
2 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ xkbcommon = dependency(
],
)
pixman = dependency('pixman-1',
version: '>=0.42.0',
version: '>=0.43.0',
fallback: 'pixman',
default_options: ['werror=false'],
)