diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-22 20:30:30 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-22 20:31:28 +0200 |
commit | e1a2447f2aed249ea38143b9c262f2d9c9b884b9 (patch) | |
tree | 0dbd2b8d3ff3383dd3704afb6fa4a38fe486cdb6 /recipes/xorg-lib/pixman_0.18.2.bb | |
parent | d6bf243f65efb44505092f8b4b43d0bb38f85a83 (diff) |
pixman 0.18.2: add 2 more neon patches
Diffstat (limited to 'recipes/xorg-lib/pixman_0.18.2.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_0.18.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xorg-lib/pixman_0.18.2.bb b/recipes/xorg-lib/pixman_0.18.2.bb index d07084015e..9b37cb3740 100644 --- a/recipes/xorg-lib/pixman_0.18.2.bb +++ b/recipes/xorg-lib/pixman_0.18.2.bb @@ -1,5 +1,5 @@ require pixman.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_angstrom = "2" @@ -15,6 +15,8 @@ SRC_URI += "\ file://0005-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch\ file://0006-A-copy-paste-version-of-16bpp-bilinear-scanline-fetc.patch\ file://0007-ARM-added-missing-cache-preload.patch\ + file://565-over-neon.patch \ + file://neon-reverse-u.patch \ " NEON = " --disable-arm-neon " |