diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-17 19:44:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-17 21:35:33 +0200 |
commit | 350ec7b040e56cb1b5c16ca41e6e6471f23baaff (patch) | |
tree | 5d490802b2af5b33f6aa16bf1de1422214fec565 /trinity-base | |
parent | 3b669b962a3ed0015751081658a942e596639c17 (diff) | |
download | tde-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')
-rw-r--r-- | trinity-base/kdesktop/kdesktop-9999.ebuild | 3 | ||||
-rw-r--r-- | trinity-base/kicker/kicker-14.0.8.ebuild | 3 | ||||
-rw-r--r-- | trinity-base/kicker/kicker-9999.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/trinity-base/kdesktop/kdesktop-9999.ebuild b/trinity-base/kdesktop/kdesktop-9999.ebuild index 68f5124c..15fe8329 100644 --- a/trinity-base/kdesktop/kdesktop-9999.ebuild +++ b/trinity-base/kdesktop/kdesktop-9999.ebuild @@ -9,7 +9,7 @@ TSM_EXTRACT_ALSO="kcheckpass/ translations/ FindXscreensaver.cmake" inherit trinity-meta-2 DESCRIPTION="The part of TDE UI that handles icons, desktop, screensaver etc" -IUSE="pam xscreensaver" +IUSE="pam xscreensaver hwlib" COMMON_DEPEND=" ~dev-libs/dbus-1-tqt-${PV} @@ -36,6 +36,7 @@ src_configure() { -DWITH_PAM="$(usex pam)" -DWITH_XSCREENSAVER="$(usex xscreensaver)" -DTDESCREENSAVER_PAM_SERVICE=tde + -DWITH_TDEHWLIB="$(usex hwlib)" ) trinity-meta-2_src_configure } diff --git a/trinity-base/kicker/kicker-14.0.8.ebuild b/trinity-base/kicker/kicker-14.0.8.ebuild index 9f6e48e8..96a1af69 100644 --- a/trinity-base/kicker/kicker-14.0.8.ebuild +++ b/trinity-base/kicker/kicker-14.0.8.ebuild @@ -9,7 +9,7 @@ inherit trinity-meta-2 DESCRIPTION="The Trinity application starter panel, capable of applets and extensions" KEYWORDS="~amd64 ~x86" -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 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 |