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/kdesktop | |
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/kdesktop')
-rw-r--r-- | trinity-base/kdesktop/kdesktop-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 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 } |