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.2.bb | |
parent | 0a1d00cb7977e0a7f561cedb2ab71c8c3c89cac0 (diff) |
cairo: update snapshot to 1.3.4
Diffstat (limited to 'packages/cairo/cairo_1.3.2.bb')
-rw-r--r-- | packages/cairo/cairo_1.3.2.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/cairo/cairo_1.3.2.bb b/packages/cairo/cairo_1.3.2.bb deleted file mode 100644 index 6d9a7c43ab..0000000000 --- a/packages/cairo/cairo_1.3.2.bb +++ /dev/null @@ -1,17 +0,0 @@ -#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 -} |