diff --git a/pixman.changes b/pixman.changes index 9d57cb7..c87b46b 100644 --- a/pixman.changes +++ b/pixman.changes @@ -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 diff --git a/pixman.spec b/pixman.spec index d34dfc1..cb1a39c 100644 --- a/pixman.spec +++ b/pixman.spec @@ -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