pixman: Fix previous cleanup. Removed too much.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 10 Nov 2007 00:02:20 +0000 (00:02 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Sat, 10 Nov 2007 00:02:20 +0000 (00:02 +0000)
packages/xorg-lib/pixman_0.9.6.bb

index 66d2229..1269ff4 100644 (file)
@@ -1,3 +1,14 @@
-DESCRIPTION = "Library for lowlevel pixel operations"
+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
+}
+