libpixman_0.10.0.bb: New. Now uses MMX on x86. Who does ARM?
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 31 Mar 2008 22:06:25 +0000 (22:06 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Mon, 31 Mar 2008 22:06:25 +0000 (22:06 +0000)
packages/libpixman/libpixman_0.10.0.bb [new file with mode: 0644]

diff --git a/packages/libpixman/libpixman_0.10.0.bb b/packages/libpixman/libpixman_0.10.0.bb
new file mode 100644 (file)
index 0000000..fba7dc9
--- /dev/null
@@ -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
+}
+