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