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

Fix ARM build

OBS-URL: https://build.opensuse.org/request/show/124327
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=61
This commit is contained in:
Dominique Leuenberger 2012-06-10 12:01:20 +00:00 committed by Git OBS Bridge
parent 01bfcba4ac
commit fcdab0f450
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jun 9 19:07:16 UTC 2012 - guillaume@opensuse.org
- Fix ARM build:
+ Disable iwmmxt since our ARM SoC does not support it.
+ Add new armv7hl to armv7*
-------------------------------------------------------------------
Thu Mar 22 14:24:37 UTC 2012 - jengelh@medozas.de

View File

@ -14,6 +14,8 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: pixman
Version: 0.24.4
Release: 0
@ -55,9 +57,11 @@ Pixman is a pixel manipulation library for X and cairo.
# For now: disable neon on both
%configure \
%ifarch armv5el armv5tel
--disable-arm-iwmmxt \
--disable-arm-neon \
%endif
%ifarch armv7el armv7l
%ifarch armv7el armv7l armv7hl
--disable-arm-iwmmxt \
--disable-arm-neon \
%endif
--disable-static