games-emulation/yuzu: temporary disabling boxcat

Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr>
This commit is contained in:
Samuel Bauer 2021-10-06 10:12:26 +02:00
parent 4e71e1e199
commit 275dd67cdd
No known key found for this signature in database
GPG Key ID: CD0084656E332317

View File

@ -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)
)