summaryrefslogtreecommitdiffstats
path: root/trinity-base/kdesktop/kdesktop-9999.ebuild
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2020-01-27 04:03:46 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-01-28 14:53:24 +0000
commitc1a4b020090e57f7b507fb6a6a2c49a2341916e4 (patch)
treea5cdd97684f201e7b911fba496af235ed9289450 /trinity-base/kdesktop/kdesktop-9999.ebuild
parent5aaf5676215829b448b025f0fd9cbe4e28daae7f (diff)
downloadtde-packaging-gentoo-c1a4b020090e57f7b507fb6a6a2c49a2341916e4.tar.gz
tde-packaging-gentoo-c1a4b020090e57f7b507fb6a6a2c49a2341916e4.zip
Live ebuilds: More overlay cleanup.
- Remove superflous files folders. - Fix wrong or bad variables. - Remove superfluous dependencies. - Mainstream hwlib flag for all ebuilds. - Fix wrong WITH_XCURSOR flag (typo?). - Fix wrong WITH_XTEST flag (typo?). Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'trinity-base/kdesktop/kdesktop-9999.ebuild')
-rw-r--r--trinity-base/kdesktop/kdesktop-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trinity-base/kdesktop/kdesktop-9999.ebuild b/trinity-base/kdesktop/kdesktop-9999.ebuild
index 95eb8970..e9c2e17c 100644
--- a/trinity-base/kdesktop/kdesktop-9999.ebuild
+++ b/trinity-base/kdesktop/kdesktop-9999.ebuild
@@ -30,7 +30,7 @@ TSM_EXTRACT_ALSO="kcheckpass/"
src_configure() {
mycmakeargs=(
- -DWITH_XCURSORS=ON
+ -DWITH_XCURSOR=ON
-DWITH_XRENDER=ON
-DWITH_PAM="$(usex pam)"
-DWITH_XSCREENSAVER="$(usex xscreensaver)"