diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-04-16 09:36:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-17 20:12:00 +0200 |
commit | a6cc90e84c18b3b65ea81ba948d96eba9025d0fc (patch) | |
tree | fb9c7fd8a0c3cf9bb9bd551f59922e5a8979f887 /meta-oe/recipes-graphics/xorg-lib | |
parent | f54aaaac89dc33a4a153298c6d89fe97e9e9f6a9 (diff) | |
download | meta-openembedded-a6cc90e84c18b3b65ea81ba948d96eba9025d0fc.tar.gz |
pixman: remove IWMMXT setting
* khem moved it to oe-core and kept it here
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib')
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend b/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend index 4a26ba85a..4798eecf3 100644 --- a/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend +++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.25.2.bbappend | |||
@@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${P}:" | |||
3 | DEPENDS += "perl-native" | 3 | DEPENDS += "perl-native" |
4 | BBCLASSEXTEND += "native" | 4 | BBCLASSEXTEND += "native" |
5 | 5 | ||
6 | PRINC = "7" | 6 | PRINC := "${@int(PRINC) + 8}" |
7 | 7 | ||
8 | SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch" | 8 | SRC_URI += " file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch" |
9 | 9 | ||
@@ -11,6 +11,4 @@ NEON = " --disable-arm-neon " | |||
11 | NEON_armv7a = " " | 11 | NEON_armv7a = " " |
12 | NEON_armv7a-vfp-neon = " " | 12 | NEON_armv7a-vfp-neon = " " |
13 | 13 | ||
14 | IWMMXT = " --disable-arm-iwmmxt " | 14 | EXTRA_OECONF += "${NEON}" |
15 | |||
16 | EXTRA_OECONF += "${NEON} ${IWMMXT}" | ||