mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2025-04-10 05:08:00 +00:00
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.
This commit is contained in:
parent
2cb22698e0
commit
b776f08924
@ -3,8 +3,6 @@
|
|||||||
"runtime": "org.kde.Platform",
|
"runtime": "org.kde.Platform",
|
||||||
"runtime-version": "5.15-22.08",
|
"runtime-version": "5.15-22.08",
|
||||||
"sdk": "org.kde.Sdk",
|
"sdk": "org.kde.Sdk",
|
||||||
"base": "io.qt.qtwebengine.BaseApp",
|
|
||||||
"base-version": "5.15-22.08",
|
|
||||||
"command": "yuzu-launcher",
|
"command": "yuzu-launcher",
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--device=all",
|
"--device=all",
|
||||||
@ -17,9 +15,6 @@
|
|||||||
"--filesystem=/run/media:ro",
|
"--filesystem=/run/media:ro",
|
||||||
"--talk-name=org.freedesktop.login1.Manager"
|
"--talk-name=org.freedesktop.login1.Manager"
|
||||||
],
|
],
|
||||||
"cleanup-commands": [
|
|
||||||
"/app/cleanup-BaseApp.sh"
|
|
||||||
],
|
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/include",
|
"/include",
|
||||||
"/bin/glslangValidator",
|
"/bin/glslangValidator",
|
||||||
@ -217,7 +212,7 @@
|
|||||||
"-DENABLE_QT_TRANSLATION=ON",
|
"-DENABLE_QT_TRANSLATION=ON",
|
||||||
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON",
|
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON",
|
||||||
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
|
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
|
||||||
"-DYUZU_USE_QT_WEB_ENGINE=ON",
|
"-DYUZU_USE_QT_WEB_ENGINE=OFF",
|
||||||
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
|
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
|
||||||
"-DDISPLAY_VERSION=1262",
|
"-DDISPLAY_VERSION=1262",
|
||||||
"-DBUILD_TAG=mainline-1262",
|
"-DBUILD_TAG=mainline-1262",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user