aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman_0.18.4.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-16 14:33:59 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-16 17:03:43 +0200
commit637002603d949f26ea7fcd42843dc4070b9465f9 (patch)
treef0aec2fdabe55fb18ef82d812017c965a4fed353 /recipes/xorg-lib/pixman_0.18.4.bb
parent8dd59bdb181eaa9b2325d1e75f657e1b78c181fc (diff)
downloadopenembedded-637002603d949f26ea7fcd42843dc4070b9465f9.tar.gz
xorg: add latest packages for 2010-08-16
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/pixman_0.18.4.bb')
-rw-r--r--recipes/xorg-lib/pixman_0.18.4.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman_0.18.4.bb b/recipes/xorg-lib/pixman_0.18.4.bb
new file mode 100644
index 0000000000..b9badf21ae
--- /dev/null
+++ b/recipes/xorg-lib/pixman_0.18.4.bb
@@ -0,0 +1,25 @@
+require pixman.inc
+PR = "${INC_PR}.1"
+
+SRC_URI[archive.md5sum] = "532db4194e18c108d0b7dd85f20d39b8"
+SRC_URI[archive.sha256sum] = "1484092277c5187f5458229a2b7fd7fbc0cb07e1f220c7f8f9ac65de6dba7989"
+SRC_URI += "\
+ file://0001-Generic-C-implementation-of-pixman_blt-with-overlapp.patch\
+ file://0002-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch\
+ file://0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch\
+ file://0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch\
+ 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 "
+NEON_armv7a = " "
+
+EXTRA_OECONF = "${NEON} --disable-gtk"
+
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_angstrom = "2"
+DEFAULT_PREFERENCE_shr = "2"