Accepting request 203996 from GNOME:Factory

Minor fixes - wanted for 13.1 - ARM builds

OBS-URL: https://build.opensuse.org/request/show/203996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pixman?expand=0&rev=42
This commit is contained in:
Tomáš Chvátal 2013-10-20 08:53:20 +00:00 committed by Git OBS Bridge
commit 4719e5d493
2 changed files with 7 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Oct 19 11:25:39 UTC 2013 - dmueller@suse.com
- Disable neon on all %arm platforms.
-------------------------------------------------------------------
Wed Aug 7 21:44:44 UTC 2013 - dimstar@opensuse.org

View File

@ -52,15 +52,9 @@ Pixman is a pixel manipulation library for X and cairo.
%build
#autoreconf -fi
#
#Note about the ifarchs for arm: armv5 has no neon (like mmx on x86), but on armv7 neon is available on most boards.
# Thus make it possible to switch it on for v7 on its own.
# For now: disable neon on both
# For now: disable neon on all ARMv6/7
%configure \
%ifarch armv5el armv5tel
--disable-arm-iwmmxt \
--disable-arm-neon \
%endif
%ifarch armv7el armv7l armv7hl
%ifarch %arm
--disable-arm-iwmmxt \
--disable-arm-neon \
%endif