summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2008-03-31 22:06:25 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2008-03-31 22:06:25 +0000
commitb6ea6459dfa3dfb16ea37bdcb5ccd7e192cc1d15 (patch)
tree47e30bbee8d8f23d92e65c6b5015b6ae14826cb8
parent533174ec6b0afc7422019a3367b6e4bc29e46509 (diff)
libpixman_0.10.0.bb: New. Now uses MMX on x86. Who does ARM?
-rw-r--r--packages/libpixman/libpixman_0.10.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libpixman/libpixman_0.10.0.bb b/packages/libpixman/libpixman_0.10.0.bb
new file mode 100644
index 0000000000..fba7dc9152
--- /dev/null
+++ b/packages/libpixman/libpixman_0.10.0.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
+}
+