summaryrefslogtreecommitdiff
path: root/packages/cairo/cairo_1.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cairo/cairo_1.0.2.bb')
-rw-r--r--packages/cairo/cairo_1.0.2.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/cairo/cairo_1.0.2.bb b/packages/cairo/cairo_1.0.2.bb
deleted file mode 100644
index cef51d2212..0000000000
--- a/packages/cairo/cairo_1.0.2.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "virtual/libx11 libpng fontconfig libxrender"
-DESCRIPTION = "Cairo graphics library"
-LICENSE = "MPL LGPL"
-PR = "r0"
-
-SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
- file://gcc4-fix.patch;patch=1"
-
-inherit autotools pkgconfig
-
-do_stage () {
-autotools_stage_all
-}