pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tigervnc
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 15 15:05:30 UTC 2022
Modified Files:
pkgsrc/net/tigervnc: Makefile
Log Message:
tigervnc: depend on xkbcomp when using modular X
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/tigervnc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/tigervnc/Makefile
diff -u pkgsrc/net/tigervnc/Makefile:1.49 pkgsrc/net/tigervnc/Makefile:1.50
--- pkgsrc/net/tigervnc/Makefile:1.49 Fri Jan 14 18:17:23 2022
+++ pkgsrc/net/tigervnc/Makefile Fri Apr 15 15:05:30 2022
@@ -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:
Home |
Main Index |
Thread Index |
Old Index