diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-01-21 05:12:52 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-01-21 05:12:52 +0000 |
commit | 9e6fda2f4381bb66aac9b85f760a5c485af9c897 (patch) | |
tree | 4915ed88c00e078b7783163f00fb76db26dbfe5c /kde-base/kdebase | |
parent | masking out new -mjc kernel due to XFS corruption conflict (probably pagebuf-... (diff) | |
download | gentoo-2-9e6fda2f4381bb66aac9b85f760a5c485af9c897.tar.gz gentoo-2-9e6fda2f4381bb66aac9b85f760a5c485af9c897.tar.bz2 gentoo-2-9e6fda2f4381bb66aac9b85f760a5c485af9c897.zip |
disabled opengl scrensavers until libGL.la bug is fixed (an opegl problem, not a kde one)
Diffstat (limited to 'kde-base/kdebase')
-rw-r--r-- | kde-base/kdebase/kdebase-2.2.2-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kde-base/kdebase/kdebase-2.2.2-r1.ebuild b/kde-base/kdebase/kdebase-2.2.2-r1.ebuild index 67b8fa998d93..f10937ca5afe 100644 --- a/kde-base/kdebase/kdebase-2.2.2-r1.ebuild +++ b/kde-base/kdebase/kdebase-2.2.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Authors Dan Armak <danarmak@gentoo.org>, Bart Verwilst <verwilst@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.2.2-r1.ebuild,v 1.2 2002/01/17 18:59:47 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-2.2.2-r1.ebuild,v 1.3 2002/01/21 05:12:52 danarmak Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-dist @@ -15,8 +15,8 @@ newdepend ">=media-sound/cdparanoia-3.9.8 vorbis? ( >=media-libs/libvorbis-1.0_beta1 ) cups? ( net-print/cups ) ssl? ( >=dev-libs/openssl-0.9.6b ) - media-sound/cdparanoia - opengl? ( virtual/opengl )" #this last for opengl screensavers + media-sound/cdparanoia" +# opengl? ( virtual/opengl )" #this last for opengl screensavers # samba? ( net-fs/samba ) #use flag doesn't exist yet and we don't want such a heavy dep by deafult # lm_sensors? ( ?/lm_sensors ) # ebuild doesn't exist yet @@ -38,7 +38,8 @@ src_compile() { use lame || myconf="$myconf --without-lame" use cups || myconf="$myconf --disable-cups" use vorbis || myconf="$myconf --without-vorbis" - use opengl || myconf="$myconf --without-gl" + #use opengl || + myconf="$myconf --without-gl" use ssl || myconf="$myconf --without-ssl" kde_src_compile configure make |