diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-15 22:15:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-15 22:15:35 +0000 |
commit | f5057d8a6761f19513eb2ad2ad3e6ea11142c87e (patch) | |
tree | a04a0ad644a7e6833acd542d23c47ed36d29133f /packages/cairo | |
parent | 8675c1d245ef847689e1ba9ef213a449b8f6fd47 (diff) |
cairo: add bugfix release 1.0.4
Diffstat (limited to 'packages/cairo')
-rw-r--r-- | packages/cairo/cairo_1.0.4.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/cairo/cairo_1.0.4.bb b/packages/cairo/cairo_1.0.4.bb new file mode 100644 index 0000000000..61aefa91f5 --- /dev/null +++ b/packages/cairo/cairo_1.0.4.bb @@ -0,0 +1,13 @@ +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "libx11 libpng fontconfig libxrender" +DESCRIPTION = "Cairo graphics library" +LICENSE = "MPL LGPL" + +SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" + +inherit autotools pkgconfig + +do_stage () { +autotools_stage_all +} |