aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-22 19:51:08 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-22 19:51:08 +0200
commitfc9e12bd1987d2c91fc6d2163e6246744aa92bc4 (patch)
treec7a91635901260e52ff95957252c168c1a9f59b6 /recipes/xorg-lib
parentee476286888b4624d59e55b1c88752c8fec1441d (diff)
downloadopenembedded-fc9e12bd1987d2c91fc6d2163e6246744aa92bc4.tar.gz
pixman: add 0.15.6, it has some internal reorg, more NEON patches and since it's 0.odd.x extra unstableness
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r--recipes/xorg-lib/pixman_0.15.6.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman_0.15.6.bb b/recipes/xorg-lib/pixman_0.15.6.bb
new file mode 100644
index 0000000000..2517f8f354
--- /dev/null
+++ b/recipes/xorg-lib/pixman_0.15.6.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+PRIORITY = "optional"
+DESCRIPTION = "Low-level pixel manipulation library."
+LICENSE = "X11"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz \
+ "
+
+inherit autotools_stage
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+