diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-11-09 22:58:09 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-11-09 22:58:09 +0000 |
commit | 43fad6aab79c1c723c4ee05cf4b2ac4facc9c945 (patch) | |
tree | f1680b25c4d462e740b1000fdea063055c40a85f | |
parent | a2343918324d6de98100c0e5826663556778a916 (diff) |
libpixman: Added release 0.9.6, needed by cairo 0.5.2+.
-rw-r--r-- | packages/libpixman/libpixman_0.9.6.bb | 13 |
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 +} + |