mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-25 16:42:26 +00: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
@ -129,6 +129,7 @@ drm = dependency('libdrm',
|
|||||||
)
|
)
|
||||||
xkbcommon = dependency('xkbcommon')
|
xkbcommon = dependency('xkbcommon')
|
||||||
pixman = dependency('pixman-1',
|
pixman = dependency('pixman-1',
|
||||||
|
version: '>=0.42.0',
|
||||||
fallback: 'pixman',
|
fallback: 'pixman',
|
||||||
default_options: ['werror=false'],
|
default_options: ['werror=false'],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user