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.oe16
1 files changed, 0 insertions, 16 deletions
diff --git a/cairo/cairo-cvs.oe b/cairo/cairo-cvs.oe
deleted file mode 100644
index 317ae39f08..0000000000
--- a/cairo/cairo-cvs.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-PRIORITY = "optional"
-MAINTAINER = "Phil Blundell <pb@debian.org>"
-DEPENDS = "x11 libpixman"
-DESCRIPTION = "Cairo graphics library"
-PROVIDES = "cairo"
-
-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}
-}