Accepting request 1166307 from home:Guillaume_G:branches:GNOME:Factory

- a64-neon is an aarch64 feature, not armv6/7

OBS-URL: https://build.opensuse.org/request/show/1166307
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=109
This commit is contained in:
Dominique Leuenberger 2024-04-09 07:59:03 +00:00 committed by Git OBS Bridge
parent 237bc78dc4
commit 51ecc2ca32
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" \