diff options
Diffstat (limited to 'packages/cairo/cairo_1.3.4.bb')
-rw-r--r-- | packages/cairo/cairo_1.3.4.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/cairo/cairo_1.3.4.bb b/packages/cairo/cairo_1.3.4.bb deleted file mode 100644 index 19e3f7a872..0000000000 --- a/packages/cairo/cairo_1.3.4.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 -} |