commit: 48da07e6ce7fc1c033dbd9434c0a322210e9adcd Author: Jan Kundrát <jkt <AT> kde <DOT> org> AuthorDate: Tue Oct 10 16:45:37 2017 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Wed Oct 11 16:13:20 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=48da07e6
www-client/falkon: Fix dbus configure option ...because it was actually implemented backwards. Closes: https://github.com/gentoo/kde/pull/864 Signed-off-by: Johannes Huber <johu <AT> gentoo.org> www-client/falkon/falkon-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 666068deb2..e917a90c7e 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -63,7 +63,7 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DDISABLE_DBUS=$(usex dbus) + -DDISABLE_DBUS=$(usex dbus no yes) -DBUILD_KEYRING=$(usex gnome-keyring) $(cmake-utils_use_find_package kwallet KF5Wallet) -DNONBLOCK_JS_DIALOGS=$(usex nonblockdialogs)
