Accepting request 124354 from GNOME:Factory
Fix ARM build (forwarded request 124327 from dimstar) OBS-URL: https://build.opensuse.org/request/show/124354 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pixman?expand=0&rev=33
This commit is contained in:
commit
65c0e6a0a0
@ -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
|
Thu Mar 22 14:24:37 UTC 2012 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: pixman
|
Name: pixman
|
||||||
Version: 0.24.4
|
Version: 0.24.4
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -55,9 +57,11 @@ Pixman is a pixel manipulation library for X and cairo.
|
|||||||
# For now: disable neon on both
|
# For now: disable neon on both
|
||||||
%configure \
|
%configure \
|
||||||
%ifarch armv5el armv5tel
|
%ifarch armv5el armv5tel
|
||||||
|
--disable-arm-iwmmxt \
|
||||||
--disable-arm-neon \
|
--disable-arm-neon \
|
||||||
%endif
|
%endif
|
||||||
%ifarch armv7el armv7l
|
%ifarch armv7el armv7l armv7hl
|
||||||
|
--disable-arm-iwmmxt \
|
||||||
--disable-arm-neon \
|
--disable-arm-neon \
|
||||||
%endif
|
%endif
|
||||||
--disable-static
|
--disable-static
|
||||||
|
Loading…
Reference in New Issue
Block a user