mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: synergy: Support Wayland.
* gnu/packages/synergy.scm (synergy)[build-system]: Switch to qt-build-system. [inputs]: Add qtwayland-5. Change-Id: I241b63069daed8e027cffa8f2b25d12611dba56c
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (guix build-system cmake)
|
||||
#:use-module (guix build-system meson)
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages avahi)
|
||||
#:use-module (gnu packages curl)
|
||||
@@ -60,7 +61,7 @@
|
||||
'(begin
|
||||
(delete-file-recursively "ext/openssl")
|
||||
#t))))
|
||||
(build-system cmake-build-system)
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; there is no test target
|
||||
#:phases
|
||||
@@ -88,7 +89,8 @@
|
||||
("libxi" ,libxi)
|
||||
("libx11" ,libx11)
|
||||
("libxtst" ,libxtst)
|
||||
("qtbase" ,qtbase-5)))
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtwayland" ,qtwayland-5)))
|
||||
(home-page "https://symless.com/synergy")
|
||||
(synopsis "Mouse and keyboard sharing utility")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user