diff options
author | 2012-03-07 17:14:06 +0000 | |
---|---|---|
committer | 2012-03-07 17:14:06 +0000 | |
commit | 5affe1c8827c88bcc87ac4967237f5087d1da0fd (patch) | |
tree | d162e2e333eb0651c42e1ab9d51ef5110b83df16 /kde-base/kwin/kwin-4.8.0.ebuild | |
parent | Added patces from upstream for '--disable-debug-info' and '--enable-xfsctl'. ... (diff) | |
download | historical-5affe1c8827c88bcc87ac4967237f5087d1da0fd.tar.gz historical-5affe1c8827c88bcc87ac4967237f5087d1da0fd.tar.bz2 historical-5affe1c8827c88bcc87ac4967237f5087d1da0fd.zip |
kwin-4.8 needs at least some opengl to build, bug 402029
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kwin/kwin-4.8.0.ebuild')
-rw-r--r-- | kde-base/kwin/kwin-4.8.0.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/kde-base/kwin/kwin-4.8.0.ebuild b/kde-base/kwin/kwin-4.8.0.ebuild index 8379aaf85f3f..3b550d15735f 100644 --- a/kde-base/kwin/kwin-4.8.0.ebuild +++ b/kde-base/kwin/kwin-4.8.0.ebuild @@ -1,19 +1,20 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.8.0.ebuild,v 1.1 2012/01/25 18:17:07 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/kwin-4.8.0.ebuild,v 1.2 2012/03/07 17:14:06 dilfridge Exp $ EAPI=4 KMNAME="kde-workspace" -OPENGL_REQUIRED="optional" +OPENGL_REQUIRED="always" inherit kde4-meta DESCRIPTION="KDE window manager" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug gles xinerama" +IUSE="debug gles opengl xinerama" COMMONDEPEND=" $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdelibs opengl) $(add_kdebase_dep kephal) $(add_kdebase_dep libkworkspace) $(add_kdebase_dep liboxygenstyle) @@ -51,11 +52,8 @@ PATCHES=( "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch" ) -# normally, you can use just gles or opengl or none -#REQUIRED_USE="opengl? ( !gles ) gles? ( !opengl )" - -# right now, upstream requires opengl to always be enabled with gles -REQUIRED_USE="gles? ( opengl )" +# you need one of these +REQUIRED_USE="!opengl? ( gles ) !gles? ( opengl )" src_configure() { # FIXME Remove when activity API moved away from libkworkspace |