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 /fixesext | |
parent | 151dcc2979e059f5726f9d261f74b617ed12ec4a (diff) |
Remove unnecessary virtual/libc dependencies in the X header packages.
BKrev: 3fe0ccb4SXZn1PyYaq9ewgsuUSKBFQ
Diffstat (limited to 'fixesext')
-rw-r--r-- | fixesext/fixesext-cvs.oe | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fixesext/fixesext-cvs.oe b/fixesext/fixesext-cvs.oe index e138eb5fd1..53e60f00de 100644 --- a/fixesext/fixesext-cvs.oe +++ b/fixesext/fixesext-cvs.oe @@ -1,8 +1,6 @@ SECTION="libs" -PRIORITY="optional" MAINTAINER="Greg Gilbert <greg@treke.net>" -RDEPENDS="libc6" -DEPENDS=virtual/libc xextensions-cvs +DEPENDS=xextensions-cvs SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=FixesExt S=${WORKDIR}/FixesExt |