aboutsummaryrefslogtreecommitdiffstats
path: root/community/tigervnc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tigervnc/APKBUILD')
-rw-r--r--community/tigervnc/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/tigervnc/APKBUILD b/community/tigervnc/APKBUILD
index ebde3866502..e6934678dec 100644
--- a/community/tigervnc/APKBUILD
+++ b/community/tigervnc/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=tigervnc
pkgver=1.12.0
-pkgrel=3
+pkgrel=4
_xorg_version=1.20.14
pkgdesc="High performance, multi-platform VNC client and server"
url="https://tigervnc.org/"
@@ -121,7 +121,9 @@ build() {
}
package() {
- depends="perl" # vncsession
+ # /usr/bin/vncserver is written in perl and requires xinit
+ # /usr/bin/Xvnc needs xkbcomp and xkeyboard-config to work
+ depends="perl xinit xkbcomp xkeyboard-config"
DESTDIR="$pkgdir" cmake --install .
install -Dm755 build-xvnc/unix/xserver/hw/vnc/Xvnc \