summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-04-15 15:05:30 +0000
committerwiz <wiz@pkgsrc.org>2022-04-15 15:05:30 +0000
commit93e0cda53ed293223c7b6f3369f1d51fd82b0c24 (patch)
tree085f42c219dcda4fa8373e95df43c6caf9c15efd
parentf978c696526f3d21e6fc0b9cf0ae56399117e404 (diff)
downloadpkgsrc-93e0cda53ed293223c7b6f3369f1d51fd82b0c24.tar.gz
tigervnc: depend on xkbcomp when using modular X
-rw-r--r--net/tigervnc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tigervnc/Makefile b/net/tigervnc/Makefile
index 29ac784a6d2..1940475a425 100644
--- a/net/tigervnc/Makefile
+++ b/net/tigervnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2022/01/14 18:17:23 tnn Exp $
+# $NetBSD: Makefile,v 1.50 2022/04/15 15:05:30 wiz Exp $
DISTNAME= tigervnc-1.12.0
PKGNAME= ${DISTNAME}.1.20.13
@@ -109,6 +109,8 @@ post-install:
# when using native X, tigervnc server can't find xkb rules or xkbcomp without the following:
XORG_CONFIGURE_ARGS+= --with-xkb-path=${X11BASE}/lib/X11/xkb
XORG_CONFIGURE_ARGS+= --with-xkb-bin-directory=${X11BASE}/bin
+.else
+DEPENDS+= xkbcomp-[0-9]*:../../x11/xkbcomp
.endif
pre-configure: