Accepting request 1166311 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1166311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pixman?expand=0&rev=60
This commit is contained in:
Ana Guerrero 2024-04-09 14:46:18 +00:00 committed by Git OBS Bridge
commit 2caf515e45
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 9 07:42:07 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- a64-neon is an aarch64 feature, not armv6/7
-------------------------------------------------------------------
Mon Feb 26 09:28:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -62,7 +62,7 @@ Pixman is a pixel manipulation library for X and cairo.
-Dloongson-mmi="disabled" \
-Darm-simd="disabled" \
-Dneon="disabled" \
%ifarch %{arm}
%ifarch aarch64
-Da64-neon="enabled" \
%else
-Da64-neon="disabled" \