aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-lib/pixman_0.21.4.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-25 20:29:36 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-25 20:29:36 +0100
commit486918c6efc565c516573fbe61552d5e65695fa5 (patch)
tree0792409f8263e0ddb5f64c250d0dee3c1fdf88d2 /recipes-graphics/xorg-lib/pixman_0.21.4.bb
parent9777a97fe95dad8a908e48fb190a200bbee5c31d (diff)
downloadmeta-openembedded-486918c6efc565c516573fbe61552d5e65695fa5.tar.gz
pixman: add 0.21.4 from OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-graphics/xorg-lib/pixman_0.21.4.bb')
-rw-r--r--recipes-graphics/xorg-lib/pixman_0.21.4.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-graphics/xorg-lib/pixman_0.21.4.bb b/recipes-graphics/xorg-lib/pixman_0.21.4.bb
new file mode 100644
index 0000000000..2d6f56969b
--- /dev/null
+++ b/recipes-graphics/xorg-lib/pixman_0.21.4.bb
@@ -0,0 +1,29 @@
+require pixman.inc
+
+SRC_URI[archive.md5sum] = "e50975ace979cd416a505827c15191b4"
+SRC_URI[archive.sha256sum] = "57783330ee2f96121dc267b7f25b98356fd09fe9de185cd39e72e906b6444013"
+
+LICENSE = "MIT & MIT-style & Public Domain"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e9d61bf6d32b58021e0eb0d41f223b6f \
+ file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \
+ file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \
+ file://pixman/pixman-x64-mmx-emulation.h;beginline=4;endline=9;md5=4e32716f2efaa6c4659222667c339bb8"
+
+
+PR = "${INC_PR}.0"
+
+SRC_URI += "\
+ file://0017-add-_pixman_bits_override_accessors.patch \
+ file://0018-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
+ file://0019-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch \
+ file://0020-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch \
+ file://0021-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch \
+ file://0022-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch \
+ file://0023-ARM-added-NEON-optimizations-for-fetch-store-a8-scan.patch \
+ file://0024-ARM-added-NEON-optimizations-for-fetching-x8r8g8b8-s.patch \
+"
+
+NEON = " --disable-arm-neon "
+NEON_armv7a = " "
+
+EXTRA_OECONF = "${NEON} --disable-gtk"