diff options
author | 2006-12-25 13:49:28 +0000 | |
---|---|---|
committer | 2006-12-25 13:49:28 +0000 | |
commit | 5f65c51e7afae57ad547b099ced3f4f16770ce1c (patch) | |
tree | 4152e65e76e904d97c5cbd0410a46e47d6a4d18c /eclass/kde.eclass | |
parent | Check for CONFIG_FW_LOADER for all the drivers that requires firmware loading... (diff) | |
download | historical-5f65c51e7afae57ad547b099ced3f4f16770ce1c.tar.gz historical-5f65c51e7afae57ad547b099ced3f4f16770ce1c.tar.bz2 historical-5f65c51e7afae57ad547b099ced3f4f16770ce1c.zip |
Remove virtual/x11 references before starting a mess with dependencies for modular and non-modular.
Add libXt as build-time dependencies as it's needed to discover the presence of X includes, at least for now. This closes bug #158921.
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r-- | eclass/kde.eclass | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index d7909761394f..12987564ad4f 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.186 2006/12/01 20:23:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.187 2006/12/25 13:49:28 flameeyes Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -34,10 +34,11 @@ fi DEPEND="sys-devel/make dev-util/pkgconfig dev-lang/perl - || ( x11-proto/xf86vidmodeproto <virtual/x11-7 ) - xinerama? ( || ( x11-proto/xineramaproto <virtual/x11-7 ) )" + x11-libs/libXt + x11-proto/xf86vidmodeproto + x11-proto/xineramaproto" -RDEPEND="xinerama? ( || ( x11-libs/libXinerama <virtual/x11-7 ) )" +RDEPEND="xinerama? ( x11-libs/libXinerama )" if [[ ${ARTS_REQUIRED} == "yes" ]]; then DEPEND="${DEPEND} kde-base/arts" |