summaryrefslogtreecommitdiff
path: root/kde-base/kdelibs/kdelibs-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdelibs/kdelibs-9999.ebuild')
-rw-r--r--kde-base/kdelibs/kdelibs-9999.ebuild13
1 files changed, 3 insertions, 10 deletions
diff --git a/kde-base/kdelibs/kdelibs-9999.ebuild b/kde-base/kdelibs/kdelibs-9999.ebuild
index de35d5f5296..215d574db0d 100644
--- a/kde-base/kdelibs/kdelibs-9999.ebuild
+++ b/kde-base/kdelibs/kdelibs-9999.ebuild
@@ -5,6 +5,8 @@
EAPI="2"
CPPUNIT_REQUIRED="optional"
+OPENGL_REQUIRED="optional"
+WEBKIT_REQUIRED="always"
inherit kde4-base fdo-mime
DESCRIPTION="KDE libraries needed by all KDE programs."
@@ -13,7 +15,7 @@ HOMEPAGE="http://www.kde.org/"
KEYWORDS=""
LICENSE="LGPL-2.1"
IUSE="3dnow acl alsa altivec bindist +bzip2 debug doc fam jpeg2k kerberos
-mmx nls opengl openexr +plasma +semantic-desktop spell sse sse2 ssl zeroconf"
+mmx nls openexr +semantic-desktop spell sse sse2 ssl zeroconf"
RESTRICT="test"
@@ -56,10 +58,6 @@ COMMONDEPEND="
media-libs/openexr
media-libs/ilmbase
)
- plasma? (
- x11-libs/qt-webkit:4
- opengl? ( x11-libs/qt-opengl:4 )
- )
semantic-desktop? ( >=dev-libs/soprano-2.2.2[dbus] )
spell? (
app-dicts/aspell-en
@@ -111,10 +109,6 @@ src_prepare() {
CMakeLists.txt \
|| die "Failed to make ACL disabled even when present in system."
- sed -i -e 's/add_subdirectory([[:space:]]plasma[[:space:]])/macro_optional_add_subdirectory( plasma )/' \
- CMakeLists.txt \
- || die "Failed to make libplasma optional."
-
kde4-base_src_prepare
}
@@ -150,7 +144,6 @@ src_configure() {
$(cmake-utils_use_with nls Libintl)
$(cmake-utils_use_with openexr OpenEXR)
$(cmake-utils_use_with opengl OpenGL)
- $(cmake-utils_use_build plasma)
$(cmake-utils_use_with semantic-desktop Soprano)
$(cmake-utils_use_with spell ASPELL)
$(cmake-utils_use_with spell ENCHANT)