mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2025-03-05 12:08:04 +00:00
manifest: re-enable QtWebEngine
This commit is contained in:
parent
07624ddc22
commit
940e31a9a2
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user