1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: lmms: Enable Wayland support.

* gnu/packages/music.scm (lmms)[build-system]: Switch to qt-build-system.
[inputs]: Remove qtbase-5; add qtwayland-5.

Change-Id: I1715436104eb62bea7dfaebb4504e90f06790b4f
This commit is contained in:
Sughosha
2024-12-03 21:29:00 +05:30
committed by Gabriel Wicki
parent 7e1b139cdd
commit 4a5b0dc5f8

View File

@@ -5348,7 +5348,7 @@ and more. Full API documentation and examples are included.")
(("\"CarlaBackend\\.h\"") "<carla/CarlaBackend.h>")
(("\"CarlaNative\\.h\"") "<carla/includes/CarlaNative.h>")
(("\"CarlaUtils\\.h\"") "<carla/CarlaUtils.h>")))))
(build-system cmake-build-system)
(build-system qt-build-system)
(arguments
(list
#:tests? #f ; no tests
@@ -5417,7 +5417,7 @@ and more. Full API documentation and examples are included.")
libxft
portaudio
pulseaudio
qtbase-5
qtwayland-5
qtx11extras
sdl
stk))