commit: 76914923ada7f73445c8e9bfc53acda2ab0549a6 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Fri Sep 1 13:51:18 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Sep 1 13:51:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76914923
net-misc/freerdp: disable WEBVIEW ... until I can sort out the deps. Bug: https://bugs.gentoo.org/913391 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-misc/freerdp/freerdp-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/freerdp/freerdp-9999.ebuild b/net-misc/freerdp/freerdp-9999.ebuild index b41c329d6872..abf833aaee9f 100644 --- a/net-misc/freerdp/freerdp-9999.ebuild +++ b/net-misc/freerdp/freerdp-9999.ebuild @@ -133,6 +133,7 @@ src_configure() { -DWITH_XINERAMA=$(usex xinerama ON OFF) -DWITH_XV=$(usex xv ON OFF) -DWITH_WAYLAND=$(usex wayland ON OFF) + -DWITH_WEBVIEW=OFF ) cmake_src_configure }
