diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-23 11:53:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-23 11:53:47 +0200 |
commit | a018d190495f51b31f3b577026d3cd196c229c6f (patch) | |
tree | 4c830c4cc4d5a9b01d5f4c58df5c53a6e0a4976f /recipes/xorg-lib/pixman_0.18.2.bb | |
parent | 104b91c471125482eb83893425fb031557e892b4 (diff) |
pixman 0.18.0: add NEON fix
pixman 0.18.2: add recipe and rediff patches, make default for angstrom
Diffstat (limited to 'recipes/xorg-lib/pixman_0.18.2.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_0.18.2.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman_0.18.2.bb b/recipes/xorg-lib/pixman_0.18.2.bb new file mode 100644 index 0000000000..caac38b0af --- /dev/null +++ b/recipes/xorg-lib/pixman_0.18.2.bb @@ -0,0 +1,23 @@ +require pixman.inc +PR = "${INC_PR}.0" + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_angstrom = "2" + +SRC_URI[archive.md5sum] = "5d1378fa61610dd5d3c7e0111b2c5253" +SRC_URI[archive.sha256sum] = "80aee833b429d105d2c7593ef96993da04441b3b747084f1f3bfd7be594e1c45" + +SRC_URI += "\ + file://0001-Generic-C-implementation-of-pixman_blt-with-overlapp.patch;patch=1\ + file://0002-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch;patch=1\ + file://0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch;patch=1\ + file://0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch;patch=1\ + file://0005-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch;patch=1\ + file://0006-A-copy-paste-version-of-16bpp-bilinear-scanline-fetc.patch;patch=1\ + file://0007-ARM-added-missing-cache-preload.patch;patch=1\ +" + +NEON = " --disable-arm-neon " +NEON_armv7a = " " + +EXTRA_OECONF = "${NEON} --disable-gtk" |