summaryrefslogtreecommitdiffstats
path: root/trinity-base/kicker/kicker-9999.ebuild
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-05-17 19:44:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-05-17 21:35:33 +0200
commit350ec7b040e56cb1b5c16ca41e6e6471f23baaff (patch)
tree5d490802b2af5b33f6aa16bf1de1422214fec565 /trinity-base/kicker/kicker-9999.ebuild
parent3b669b962a3ed0015751081658a942e596639c17 (diff)
downloadtde-packaging-gentoo-350ec7b040e56cb1b5c16ca41e6e6471f23baaff.tar.gz
tde-packaging-gentoo-350ec7b040e56cb1b5c16ca41e6e6471f23baaff.zip
For some parts of the tdebase, the WITH_TDEHWLIB build option is missing.
This can lead to FTBFS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'trinity-base/kicker/kicker-9999.ebuild')
-rw-r--r--trinity-base/kicker/kicker-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/trinity-base/kicker/kicker-9999.ebuild b/trinity-base/kicker/kicker-9999.ebuild
index 77196a01..bc4a8d2d 100644
--- a/trinity-base/kicker/kicker-9999.ebuild
+++ b/trinity-base/kicker/kicker-9999.ebuild
@@ -9,7 +9,7 @@ TSM_EXTRACT_ALSO="translations/"
inherit trinity-meta-2
DESCRIPTION="The Trinity application starter panel, capable of applets and extensions"
-IUSE="xcomposite"
+IUSE="xcomposite hwlib"
DEPEND="~trinity-base/libkonq-${PV}
~trinity-base/tdebase-data-${PV}
@@ -26,6 +26,7 @@ src_configure() {
-DWITH_XFIXES="$(usex xcomposite)"
-DWITH_XRENDER="$(usex xcomposite)"
-DWITH_XCOMPOSITE="$(usex xcomposite)"
+ -DWITH_TDEHWLIB="$(usex hwlib)"
)
trinity-meta-2_src_configure