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 /xau | |
parent | 21fc7f3b61d98d2c3e8559f049bf40307bcc63e2 (diff) |
fix dependencies for x11 packages
BKrev: 4066cafbSj1GGhLWDSwSyj9_VLpxQA
Diffstat (limited to 'xau')
-rw-r--r-- | xau/xau-cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xau/xau-cvs.oe b/xau/xau-cvs.oe index dd3f659abc..513b2fa50a 100644 --- a/xau/xau-cvs.oe +++ b/xau/xau-cvs.oe @@ -3,7 +3,7 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" RDEPENDS = "libc6" -DEPENDS = "virtual/libc xproto-cvs" +DEPENDS = "virtual/libc xproto" PROVIDES = "xau" DESCRIPTION = "Authorization Protocol for X." |