summaryrefslogtreecommitdiff
path: root/libxrandr/libxrandr-cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libxrandr/libxrandr-cvs.oe')
-rw-r--r--libxrandr/libxrandr-cvs.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/libxrandr/libxrandr-cvs.oe b/libxrandr/libxrandr-cvs.oe
deleted file mode 100644
index cfc0a94e39..0000000000
--- a/libxrandr/libxrandr-cvs.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-SECTION = "libs"
-DEPENDS = "virtual/libc randr x11 render xrender xext"
-PROVIDES = "libxrandr"
-DESCRIPTION = "X Resize and Rotate extension library."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xrandr"
-S = "${WORKDIR}/Xrandr"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}