<flag name="iconsets">Install additional iconsets, some of them has not clear licensing</flag>
<flag name="plugins">Enable plugins support</flag>
<flag name="powersave">Disable some non critical timers for much less CPU usage</flag>
- <flag name="webkit">Enable chatlog rendering using webkit</flag>
<flag name="whiteboarding">Enable experimental interactive SVG drawing</flag>
<flag name="xscreensaver">Use X screensaver protocol extension to monitor idle/active status based on mouse/keyboard events</flag>
</use>
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
SLOT="0"
KEYWORDS=""
IUSE="crypt dbus debug doc enchant extras jingle iconsets spell ssl xscreensaver powersave
-plugins whiteboarding webkit"
+plugins whiteboarding"
REQUIRED_USE="
iconsets? ( extras )
plugins? ( extras )
powersave? ( extras )
- webkit? ( extras )
"
RDEPEND="
>=sys-libs/zlib-1.2.5.1-r2[minizip]
x11-libs/libX11
dbus? ( dev-qt/qtdbus:4 )
- extras? ( webkit? ( dev-qt/qtwebkit:4 ) )
spell? (
enchant? ( >=app-text/enchant-1.3.0 )
!enchant? ( app-text/aspell )
use xscreensaver || myconf+=" --disable-xss"
if use extras; then
use plugins && myconf+=" --enable-plugins"
- use webkit && myconf+=" --enable-webkit"
fi
einfo "./configure ${myconf}"