[pixman] Fixes compilation error on macOS arm64 (#29169)

* [pixman] fix compilation issue on macOS arm64

* x-add-version
This commit is contained in:
Alexandre Bique 2023-01-25 21:20:43 +01:00 committed by GitHub
parent bf1646e7b9
commit 9a8ce725d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 2 deletions

View File

@ -37,6 +37,11 @@ if(VCPKG_TARGET_IS_WINDOWS AND VCPKG_TARGET_ARCHITECTURE MATCHES "arm")
)
endif()
if(VCPKG_TARGET_IS_OSX)
# https://github.com/microsoft/vcpkg/issues/29168
list(APPEND OPTIONS -Da64-neon=disabled)
endif()
vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH
GITLAB_URL https://gitlab.freedesktop.org

View File

@ -1,7 +1,7 @@
{
"name": "pixman",
"version": "0.42.2",
"port-version": 1,
"port-version": 2,
"description": "Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization.",
"homepage": "https://www.cairographics.org/releases",
"license": "MIT",

View File

@ -5914,7 +5914,7 @@
},
"pixman": {
"baseline": "0.42.2",
"port-version": 1
"port-version": 2
},
"pkgconf": {
"baseline": "1.8.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a51c895edc5dd8067f51b600d631a5e8b32a65e8",
"version": "0.42.2",
"port-version": 2
},
{
"git-tree": "f32a4f787dec8e87ac46200c3be33fc616493d98",
"version": "0.42.2",