]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add accidentally remove xrandr
authorRichard Purdie <richard@openedhand.com>
Fri, 5 May 2006 20:51:59 +0000 (20:51 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 5 May 2006 20:51:59 +0000 (20:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@370 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/xrandr/xrandr_cvs.bb [new file with mode: 0644]

diff --git a/openembedded/packages/xrandr/xrandr_cvs.bb b/openembedded/packages/xrandr/xrandr_cvs.bb
new file mode 100644 (file)
index 0000000..9857637
--- /dev/null
@@ -0,0 +1,10 @@
+PV = "0.0cvs${SRCDATE}"
+LICENSE= "BSD-X"
+DEPENDS = "libxrandr libx11 libxext"
+DESCRIPTION = "X Resize and Rotate extension command."
+SECTION = "x11/base"
+
+SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xrandr"
+S = "${WORKDIR}/xrandr"
+
+inherit autotools pkgconfig