From b776f089249762fcbd296915de869bfd08b3d7f8 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Tue, 6 Dec 2022 18:18:42 -0700 Subject: [PATCH] manifest: remove QtWebEngine ... ... we need to use a newer version of the runtime, but QtWebEngine Flatpak upstream is non-responsive. We have to remove it for now. --- org.yuzu_emu.yuzu.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index 962315e..8b529bd 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -3,8 +3,6 @@ "runtime": "org.kde.Platform", "runtime-version": "5.15-22.08", "sdk": "org.kde.Sdk", - "base": "io.qt.qtwebengine.BaseApp", - "base-version": "5.15-22.08", "command": "yuzu-launcher", "finish-args": [ "--device=all", @@ -17,9 +15,6 @@ "--filesystem=/run/media:ro", "--talk-name=org.freedesktop.login1.Manager" ], - "cleanup-commands": [ - "/app/cleanup-BaseApp.sh" - ], "cleanup": [ "/include", "/bin/glslangValidator", @@ -217,7 +212,7 @@ "-DENABLE_QT_TRANSLATION=ON", "-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON", "-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON", - "-DYUZU_USE_QT_WEB_ENGINE=ON", + "-DYUZU_USE_QT_WEB_ENGINE=OFF", "-DYUZU_USE_BUNDLED_FFMPEG=ON", "-DDISPLAY_VERSION=1262", "-DBUILD_TAG=mainline-1262",