diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-28 12:54:19 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-28 12:54:19 +0000 |
commit | 5f50e29800d6245504838f3f797bafee0dae1b2c (patch) | |
tree | a90bdfd3fab69b0b43893c5716e28ecf45bdc68f /x11 | |
parent | 21fc7f3b61d98d2c3e8559f049bf40307bcc63e2 (diff) |
fix dependencies for x11 packages
BKrev: 4066cafbSj1GGhLWDSwSyj9_VLpxQA
Diffstat (limited to 'x11')
-rw-r--r-- | x11/x11-cvs.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/x11-cvs.oe b/x11/x11-cvs.oe index 62d7c1a402..ee7fc64cc9 100644 --- a/x11/x11-cvs.oe +++ b/x11/x11-cvs.oe @@ -3,10 +3,10 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" RDEPENDS = "libc6" -DEPENDS = "virtual/libc xproto-cvs xextensions-cvs xau-cvs xtrans-cvs xdmcp-cvs" +DEPENDS = "virtual/libc xproto xextensions xau xtrans xdmcp" PROVIDES = "x11" DESCRIPTION = "Base X libs." -FILES_x11-cvs_append = " ${datadir}/X11" +FILES_${PN}_append = " ${datadir}/X11" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11" S = "${WORKDIR}/X11" |