From 275dd67cdd8b6b99ea8077cb067de9ce9e49a1f6 Mon Sep 17 00:00:00 2001 From: Samuel Bauer Date: Wed, 6 Oct 2021 10:12:26 +0200 Subject: games-emulation/yuzu: temporary disabling boxcat Signed-off-by: Samuel Bauer --- games-emulation/yuzu/yuzu-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games-emulation') diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index f01ff4a76..6d0bd661d 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -123,7 +123,8 @@ src_configure() { -DENABLE_SDL2=$(usex sdl) -DENABLE_WEB_SERVICE=$(usex webservice) -DUSE_DISCORD_PRESENCE=$(usex discord) - -DYUZU_ENABLE_BOXCAT=$(usex boxcat) + # -DYUZU_ENABLE_BOXCAT=$(usex boxcat) # feature removed + # upstream is now fixing it, will be reintroduced -DYUZU_USE_EXTERNAL_SDL2=OFF -DYUZU_USE_QT_WEB_ENGINE=$(usex webengine) ) -- cgit v1.2.3-65-gdbad