mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-21 05:34:09 -04:00
build: bump minimum required pixman version to 0.46.2
Signed-off-by: Loukas Agorgianitis <loukas@agorgianitis.com>
This commit is contained in:
parent
d327cece9e
commit
f6ee38c67e
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ xkbcommon = dependency('xkbcommon',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
pixman = dependency('pixman-1',
|
pixman = dependency('pixman-1',
|
||||||
version: '>=0.43.0',
|
version: '>=0.46.2',
|
||||||
fallback: 'pixman',
|
fallback: 'pixman',
|
||||||
default_options: ['werror=false'],
|
default_options: ['werror=false'],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue