aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libpixman
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-11-09 22:58:09 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-11-09 22:58:09 +0000
commit43fad6aab79c1c723c4ee05cf4b2ac4facc9c945 (patch)
treef1680b25c4d462e740b1000fdea063055c40a85f /packages/libpixman
parenta2343918324d6de98100c0e5826663556778a916 (diff)
downloadopenembedded-43fad6aab79c1c723c4ee05cf4b2ac4facc9c945.tar.gz
libpixman: Added release 0.9.6, needed by cairo 0.5.2+.
Diffstat (limited to 'packages/libpixman')
-rw-r--r--packages/libpixman/libpixman_0.9.6.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libpixman/libpixman_0.9.6.bb b/packages/libpixman/libpixman_0.9.6.bb
new file mode 100644
index 0000000000..fba7dc9152
--- /dev/null
+++ b/packages/libpixman/libpixman_0.9.6.bb
@@ -0,0 +1,13 @@
+SECTION = "libs"
+PRIORITY = "optional"
+DESCRIPTION = "Low-level pixel manipulation library."
+LICENSE = "X11"
+SRC_URI = "http://cairographics.org/releases/pixman-${PV}.tar.gz"
+S = "${WORKDIR}/pixman-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}
+