pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tigervnc tigervnc: depend on xkbcomp when using mo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/586a174d62fb
branches:  trunk
changeset: 377019:586a174d62fb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 15 15:05:30 2022 +0000

description:
tigervnc: depend on xkbcomp when using modular X

diffstat:

 net/tigervnc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 78db1554090a -r 586a174d62fb net/tigervnc/Makefile
--- a/net/tigervnc/Makefile     Fri Apr 15 14:30:13 2022 +0000
+++ b/net/tigervnc/Makefile     Fri Apr 15 15:05:30 2022 +0000
@@ -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 @@
 # 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