diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-23 09:17:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-23 09:17:47 +0000 |
commit | 58637a0eaf9530faae7ef1edc458b11b86706216 (patch) | |
tree | 58ee6400dd8bd2f5a49ff51fd6cc5aecad42776d /packages/cairo/cairo_1.3.4.bb | |
parent | 0a1d00cb7977e0a7f561cedb2ab71c8c3c89cac0 (diff) |
cairo: update snapshot to 1.3.4
Diffstat (limited to 'packages/cairo/cairo_1.3.4.bb')
-rw-r--r-- | packages/cairo/cairo_1.3.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/cairo/cairo_1.3.4.bb b/packages/cairo/cairo_1.3.4.bb new file mode 100644 index 0000000000..6d9a7c43ab --- /dev/null +++ b/packages/cairo/cairo_1.3.4.bb @@ -0,0 +1,17 @@ +#This is a development snapshot, so lets hint OE to use the releases +DEFAULT_PREFERENCE = "-1" + +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender" +DESCRIPTION = "Cairo graphics library" +LICENSE = "MPL LGPL" + +SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz \ + file://configure.in_requires_pkg-config-0.15.diff;patch=1;pnum=2" + +inherit autotools pkgconfig + +do_stage () { + autotools_stage_all +} |