mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render/pixman: drop cast for pixman_image_set_clip_region32()
The new Pixman release has made this const.
This commit is contained in:
parent
0d056a0315
commit
a818251aec
2 changed files with 3 additions and 3 deletions
|
|
@ -116,7 +116,7 @@ xkbcommon = dependency(
|
|||
],
|
||||
)
|
||||
pixman = dependency('pixman-1',
|
||||
version: '>=0.42.0',
|
||||
version: '>=0.43.0',
|
||||
fallback: 'pixman',
|
||||
default_options: ['werror=false'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue