From dfec75eac25fdaee909b372fd0d25292f8ab0afc Mon Sep 17 00:00:00 2001 From: Samuel Bauer Date: Thu, 29 Apr 2021 01:33:54 +0200 Subject: [PATCH] games-emulation/yuzu: drop compatibility list support Signed-off-by: Samuel Bauer --- games-emulation/yuzu/yuzu-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index ff94baa926..545451680c 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -108,6 +108,7 @@ src_configure() { -DUSE_DISCORD_PRESENCE=$(usex discord ON OFF) -DYUZU_ENABLE_BOXCAT=$(usex boxcat ON OFF) -DYUZU_USE_QT_WEB_ENGINE=$(usex webengine ON OFF) + -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF ) cmake_src_configure