mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: phonon: Enable wayland support.
* gnu/packages/kde-multimedia.scm (phonon)[build-system]: Switch to qt-build-system. [inputs]: Reorder; remove qtbase; add qtwayland. Change-Id: I759680a5fc04869c8ebc62088c9143c9612bffa5
This commit is contained in:
@@ -92,10 +92,10 @@
|
||||
(sha256
|
||||
(base32
|
||||
"16pk8g5rx00x45gnxrqg160b1l02fds1b7iz6shllbfczghgz1rj"))))
|
||||
(build-system cmake-build-system)
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list appstream extra-cmake-modules pkg-config qttools))
|
||||
(inputs (list qtbase qt5compat glib pulseaudio))
|
||||
(inputs (list glib pulseaudio qt5compat qtwayland))
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "-DPHONON_BUILD_QT5=OFF"
|
||||
|
||||
Reference in New Issue
Block a user