1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

gnu: rpcs3: Support Wayland.

* gnu/packages/emulators.scm (rpcs3)[build-system]: Switch to qt-build-system.
[arguments]<#:qtbase>: Set to qtbase.
[inputs]: Add qtwayland.

Change-Id: I4545a54e168f90522e7b8518c7d6cc29287bd7a4
This commit is contained in:
Danny Milosavljevic
2026-02-06 22:06:26 +01:00
parent f8deb4a504
commit 1a3dc8835e
+3 -1
View File
@@ -4000,9 +4000,10 @@ your PC, with many additional features and benefits.")
(file-name (git-file-name name version))
(sha256
(base32 "0dwrfjs9b3ldwyn68nmyf0qip4hm1w8c3picdl3zk7z76j7rrhal"))))
(build-system cmake-build-system)
(build-system qt-build-system)
(arguments
(list
#:qtbase qtbase
#:configure-flags
#~(list
;; -fexceptions is needed to compile part of yaml-cpp.
@@ -4099,6 +4100,7 @@ your PC, with many additional features and benefits.")
qtbase
qtmultimedia
qtsvg
qtwayland
rtmidi
sdl3
spirv-tools