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 /xext | |
parent | 21fc7f3b61d98d2c3e8559f049bf40307bcc63e2 (diff) |
fix dependencies for x11 packages
BKrev: 4066cafbSj1GGhLWDSwSyj9_VLpxQA
Diffstat (limited to 'xext')
-rw-r--r-- | xext/xext-cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xext/xext-cvs.oe b/xext/xext-cvs.oe index d47f25ad74..7142a9ed2c 100644 --- a/xext/xext-cvs.oe +++ b/xext/xext-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" DESCRIPTION = "X Server Extension library" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc xproto-cvs x11-cvs xextensions-cvs" +DEPENDS = "virtual/libc xproto x11 xextensions" PROVIDES = "xext" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xext" |