diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-05-30 14:15:52 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-05-30 15:15:47 +0200 |
commit | cc069f21b92632de0ae10a43cde8fbdfa19535b2 (patch) | |
tree | 1c817e308e51a219f57878bdcf971530296b4b34 /games-emulation | |
parent | dev-ml/ocamlfuse: -Wint-conversion (diff) | |
download | gentoo-cc069f21b92632de0ae10a43cde8fbdfa19535b2.tar.gz gentoo-cc069f21b92632de0ae10a43cde8fbdfa19535b2.tar.bz2 gentoo-cc069f21b92632de0ae10a43cde8fbdfa19535b2.zip |
games-emulation/ryujinx: force x11 GDK_BACKEND
Closes: https://bugs.gentoo.org/933075
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/ryujinx/ryujinx-1.1.1221-r1.ebuild (renamed from games-emulation/ryujinx/ryujinx-1.1.1221.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games-emulation/ryujinx/ryujinx-1.1.1221.ebuild b/games-emulation/ryujinx/ryujinx-1.1.1221-r1.ebuild index db94b273d9ca..706d88c2457b 100644 --- a/games-emulation/ryujinx/ryujinx-1.1.1221.ebuild +++ b/games-emulation/ryujinx/ryujinx-1.1.1221-r1.ebuild @@ -378,6 +378,10 @@ src_test() { } src_install() { + # Bug https://bugs.gentoo.org/933075 + # and bug https://github.com/Ryujinx/Ryujinx/issues/5566 + dotnet-pkg-base_append-launchervar "GDK_BACKEND=x11" + dotnet-pkg-base_install # "Ryujinx.sh" launcher script is only copied for "linux-x64" RID, |