diff options
Diffstat (limited to 'trinity-base/kicker/kicker-14.0.8.ebuild')
-rw-r--r-- | trinity-base/kicker/kicker-14.0.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |