Fixed retroarch wayland support (#351597)

This commit is contained in:
Thiago Kenji Okada 2024-10-27 11:38:26 +00:00 committed by GitHub
commit c30d47ace1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,7 @@
, udev
, vulkan-loader
, wayland
, wayland-scanner
, wrapQtAppsHook
, zlib
}:
@ -76,7 +77,7 @@ stdenv.mkDerivation rec {
] ++
lib.optional enableNvidiaCgToolkit nvidia_cg_toolkit ++
lib.optional withVulkan vulkan-loader ++
lib.optional withWayland wayland ++
lib.optionals withWayland [wayland wayland-scanner] ++
lib.optionals stdenv.hostPlatform.isLinux [
alsa-lib
dbus