summaryrefslogtreecommitdiff
path: root/cairo/cairo_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'cairo/cairo_cvs.oe')
-rw-r--r--cairo/cairo_cvs.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/cairo/cairo_cvs.oe b/cairo/cairo_cvs.oe
deleted file mode 100644
index 5367f66405..0000000000
--- a/cairo/cairo_cvs.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@debian.org>"
-# DEPENDS = "x11 libpixman libpng fontconfig libxrender xcb glitz"
-DEPENDS = "x11 libpixman libpng fontconfig libxrender"
-DESCRIPTION = "Cairo graphics library"
-LICENSE = "MPL LGPL"
-
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=cairo"
-S = "${WORKDIR}/cairo"
-
-inherit autotools pkgconfig
-
-do_stage () {
- oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
-}