summaryrefslogtreecommitdiff
path: root/xrandr/xrandr-cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xrandr/xrandr-cvs.oe')
-rw-r--r--xrandr/xrandr-cvs.oe12
1 files changed, 0 insertions, 12 deletions
diff --git a/xrandr/xrandr-cvs.oe b/xrandr/xrandr-cvs.oe
deleted file mode 100644
index 4ae5f76880..0000000000
--- a/xrandr/xrandr-cvs.oe
+++ /dev/null
@@ -1,12 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-DEPENDS = "virtual/libc libXrandr x11 render xrender xext"
-DESCRIPTION = "X Resize and Rotate extension command."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xrandr"
-S = "${WORKDIR}/xrandr"
-
-inherit autotools pkgconfig
-
-do_configure_prepend() {
- ./autogen.sh
-}