gnu: krdc: Enable VNC.
* gnu/packages/kde-internet.scm (krdc): [inputs]: Add lzo, libjpeg-turbo, libgcrypt, and gnutls. [native-inputs]: Add pkg-config. [arguments]<#:configure-flags>: Remove -DWITH_VNC=NO. Change-Id: Id20461059a32876bcff9910536d672aefbe21c53master
parent
5058ec2ca5
commit
92fa455cb2
|
@ -387,7 +387,7 @@ This package is part of the KDE networking module.")
|
||||||
(base32 "0xw9ks43llm4lnnswv1h81gmr8mr6191bblmd21c1a5a6vvr935h"))))
|
(base32 "0xw9ks43llm4lnnswv1h81gmr8mr6191bblmd21c1a5a6vvr935h"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules pkg-config kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
(list breeze-icons ; default icon set
|
(list breeze-icons ; default icon set
|
||||||
kbookmarks
|
kbookmarks
|
||||||
|
@ -408,11 +408,14 @@ This package is part of the KDE networking module.")
|
||||||
kxmlgui
|
kxmlgui
|
||||||
plasma-activities
|
plasma-activities
|
||||||
libssh
|
libssh
|
||||||
libvnc))
|
libvnc
|
||||||
(arguments ;; FIXEME: libvnc can't be found for some reason.
|
;; XXX: libvnc's Libs.private, remove when we use pkgconf
|
||||||
(list #:configure-flags #~(list
|
lzo
|
||||||
"-DWITH_VNC=NO"
|
libjpeg-turbo
|
||||||
"-DQT_MAJOR_VERSION=6")
|
libgcrypt
|
||||||
|
gnutls))
|
||||||
|
(arguments
|
||||||
|
(list #:configure-flags #~(list "-DQT_MAJOR_VERSION=6")
|
||||||
#:qtbase qtbase))
|
#:qtbase qtbase))
|
||||||
(home-page "https://apps.kde.org/krdc/")
|
(home-page "https://apps.kde.org/krdc/")
|
||||||
(synopsis "Remote desktop client")
|
(synopsis "Remote desktop client")
|
||||||
|
|
Reference in New Issue