From fcdab0f4509bb9fb2f4047870ba3c102a8c1d5bd051cb803863b5576b2aa2af5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 10 Jun 2012 12:01:20 +0000 Subject: [PATCH] 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 --- pixman.changes | 7 +++++++ pixman.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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