From: Leon Woestenberg Date: Fri, 9 Nov 2007 22:58:09 +0000 (+0000) Subject: libpixman: Added release 0.9.6, needed by cairo 0.5.2+. X-Git-Tag: Release-2010-05/1~8448 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43fad6aab79c1c723c4ee05cf4b2ac4facc9c945;p=openembedded.git libpixman: Added release 0.9.6, needed by cairo 0.5.2+. --- 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 +} +