me
/
guix
Archived
1
0
Fork 0

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: Id20461059a32876bcff9910536d672aefbe21c53
master
Zheng Junjie 2024-07-06 17:03:13 +08:00
parent 5058ec2ca5
commit 92fa455cb2
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 9 additions and 6 deletions

View File

@ -387,7 +387,7 @@ This package is part of the KDE networking module.")
(base32 "0xw9ks43llm4lnnswv1h81gmr8mr6191bblmd21c1a5a6vvr935h"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
(list extra-cmake-modules pkg-config kdoctools))
(inputs
(list breeze-icons ; default icon set
kbookmarks
@ -408,11 +408,14 @@ This package is part of the KDE networking module.")
kxmlgui
plasma-activities
libssh
libvnc))
(arguments ;; FIXEME: libvnc can't be found for some reason.
(list #:configure-flags #~(list
"-DWITH_VNC=NO"
"-DQT_MAJOR_VERSION=6")
libvnc
;; XXX: libvnc's Libs.private, remove when we use pkgconf
lzo
libjpeg-turbo
libgcrypt
gnutls))
(arguments
(list #:configure-flags #~(list "-DQT_MAJOR_VERSION=6")
#:qtbase qtbase))
(home-page "https://apps.kde.org/krdc/")
(synopsis "Remote desktop client")