diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-05 20:51:59 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-05 20:51:59 +0000 |
commit | ed234aca98d0867c7b32801fc63820b19cf67df9 (patch) | |
tree | 6aefa67d7fc466a4c20767c6464c6e02d29c85a6 | |
parent | e7a22e97304a74d84fe7889d40591768af8f6780 (diff) | |
download | poky-ed234aca98d0867c7b32801fc63820b19cf67df9.tar.gz |
Add accidentally remove xrandr
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@370 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | openembedded/packages/xrandr/xrandr_cvs.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openembedded/packages/xrandr/xrandr_cvs.bb b/openembedded/packages/xrandr/xrandr_cvs.bb new file mode 100644 index 0000000000..9857637435 --- /dev/null +++ b/openembedded/packages/xrandr/xrandr_cvs.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | PV = "0.0cvs${SRCDATE}" | ||
2 | LICENSE= "BSD-X" | ||
3 | DEPENDS = "libxrandr libx11 libxext" | ||
4 | DESCRIPTION = "X Resize and Rotate extension command." | ||
5 | SECTION = "x11/base" | ||
6 | |||
7 | SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xrandr" | ||
8 | S = "${WORKDIR}/xrandr" | ||
9 | |||
10 | inherit autotools pkgconfig | ||