Merge pull request #290320 from IceDBorn/rpcs3-wayland

rpcs3: add deps for wayland support
This commit is contained in:
Sandro 2024-02-24 17:09:39 +01:00 committed by GitHub
commit 7af2bd3d41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ let
rpcs3Revision = "ebf48800e6bf2569fa0a59974ab2daaeb3a92f23";
rpcs3Hash = "sha256-HJQ+DCZy8lwMCfq0N9StKD8bP1hCBxGMAucbQ9esy/I=";
inherit (qt6Packages) qtbase qtmultimedia wrapQtAppsHook;
inherit (qt6Packages) qtbase qtmultimedia wrapQtAppsHook qtwayland;
in
stdenv.mkDerivation {
pname = "rpcs3";
@ -85,7 +85,7 @@ stdenv.mkDerivation {
libevdev zlib libusb1 curl wolfssl python3 pugixml flatbuffers llvm_16 libSM
] ++ cubeb.passthru.backendLibs
++ lib.optionals faudioSupport [ faudio SDL2 ]
++ lib.optional waylandSupport wayland;
++ lib.optionals waylandSupport [ wayland qtwayland ];
postInstall = ''
# Taken from https://wiki.rpcs3.net/index.php?title=Help:Controller_Configuration