diff options
author | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-08-31 10:45:47 +0000 |
commit | 4b46c1f6e891b1ddd5968536440b888661fade3e (patch) | |
tree | e0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/xrandr | |
download | poky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz |
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/xrandr')
-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..36613de988 --- /dev/null +++ b/openembedded/packages/xrandr/xrandr_cvs.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | PV = "0.0cvs${CVSDATE}" | ||
2 | LICENSE= "BSD-X" | ||
3 | DEPENDS = "libxrandr x11 xext" | ||
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 | ||