diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-17 21:37:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-17 21:37:56 +0000 |
commit | 004cd99bce0f5585aa447dd52a78f2697e5555d8 (patch) | |
tree | 0a6c6e79a0a01953701aa12b6e28e6615fd0bf4d /xfont | |
parent | 151dcc2979e059f5726f9d261f74b617ed12ec4a (diff) |
Remove unnecessary virtual/libc dependencies in the X header packages.
BKrev: 3fe0ccb4SXZn1PyYaq9ewgsuUSKBFQ
Diffstat (limited to 'xfont')
-rw-r--r-- | xfont/xfont-cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfont/xfont-cvs.oe b/xfont/xfont-cvs.oe index 5d6aa6a6e4..1d8ac3cfda 100644 --- a/xfont/xfont-cvs.oe +++ b/xfont/xfont-cvs.oe @@ -2,7 +2,7 @@ SECTION="libs" PRIORITY="optional" MAINTAINER="Greg Gilbert <greg@treke.net>" RDEPENDS="libc6" -DEPENDS=virtual/libc zlib xproto-cvs +DEPENDS=virtual/libc xproto-cvs xtrans-cvs zlib SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xfont S=${WORKDIR}/Xfont |