mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
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:
parent
6c33e5dc50
commit
8bbe8624df
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue