manifest: re-enable QtWebEngine

This commit is contained in:
liushuyu 2023-10-16 22:03:30 -06:00
parent 07624ddc22
commit 940e31a9a2
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -3,6 +3,8 @@
"runtime": "org.kde.Platform",
"runtime-version": "5.15-23.08",
"sdk": "org.kde.Sdk",
"base": "io.qt.qtwebengine.BaseApp",
"base-version": "5.15-23.08",
"command": "yuzu-launcher",
"finish-args": [
"--device=all",
@ -14,7 +16,8 @@
"--filesystem=xdg-run/app/com.discordapp.Discord:ro",
"--filesystem=home:ro",
"--filesystem=/run/media:ro",
"--talk-name=org.freedesktop.login1.Manager"
"--talk-name=org.freedesktop.login1.Manager",
"--env=QTWEBENGINEPROCESS_PATH=/app/bin/QtWebEngineProcess"
],
"cleanup": [
"/include",
@ -32,6 +35,9 @@
"*.a",
"*.la"
],
"cleanup-commands": [
"/app/cleanup-BaseApp.sh"
],
"modules": [
"shared-modules/libusb/libusb.json",
{
@ -242,7 +248,7 @@
"-DENABLE_QT_TRANSLATION=ON",
"-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON",
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF",
"-DYUZU_USE_QT_WEB_ENGINE=OFF",
"-DYUZU_USE_QT_WEB_ENGINE=ON",
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
"-DDISPLAY_VERSION=1605",
"-DBUILD_TAG=mainline-1605",