pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tigervnc Add configure args to give the location o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d64813fdd9de
branches: trunk
changeset: 357640:d64813fdd9de
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Wed Jan 25 03:18:35 2017 +0000
description:
Add configure args to give the location of xkb. Without this, the vnc
server would fail to start when using the native X on NetBSD-7.0.2. This
should allow it to work on native and pkgsrc X
diffstat:
net/tigervnc/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 89438f656654 -r d64813fdd9de net/tigervnc/Makefile
--- a/net/tigervnc/Makefile Wed Jan 25 02:51:35 2017 +0000
+++ b/net/tigervnc/Makefile Wed Jan 25 03:18:35 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/01/24 08:30:25 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/01/25 03:18:35 dmcmahill Exp $
DISTNAME= tigervnc-1.7.1
CATEGORIES= net
@@ -55,6 +55,9 @@
XORG_CONFIGURE_ARGS+= --disable-config-hal --disable-config-udev --with-pic
XORG_CONFIGURE_ARGS+= --disable-unit-tests --disable-devel-docs --disable-selective-werror
XORG_CONFIGURE_ARGS+= --disable-dri --enable-dri2 --disable-dri3 --enable-glx --enable-glx-tls
+# 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
pre-configure:
cd ${WRKSRC}/unix/xserver && autoreconf -fvi && \
Home |
Main Index |
Thread Index |
Old Index