pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/x2vnc add dga option (defaulted on) - no change in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96c3c9be859c
branches:  trunk
changeset: 557537:96c3c9be859c
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Apr 17 16:19:27 2009 +0000

description:
add dga option (defaulted on) - no change in default behaviour
using the radeonhd driver on a thinkpad 60p x2nvc with dga enabled
aborts as soon as the mouse cursor is moved onto the remote vnc screen.

diffstat:

 net/x2vnc/Makefile   |   6 +++---
 net/x2vnc/options.mk |  13 +++++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r 56ad6f9deede -r 96c3c9be859c net/x2vnc/Makefile
--- a/net/x2vnc/Makefile        Fri Apr 17 16:14:56 2009 +0000
+++ b/net/x2vnc/Makefile        Fri Apr 17 16:19:27 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/06/20 01:09:32 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/04/17 16:19:27 abs Exp $
 #
 
 DISTNAME=              x2vnc-1.7.2
@@ -15,13 +15,13 @@
 GNU_CONFIGURE=         yes
 LDFLAGS.SunOS+=                -lresolv
 
+.include "options.mk"
+
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXScrnSaver/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXinerama/buildlink3.mk"
 .include "../../x11/libXrandr/buildlink3.mk"
-.include "../../x11/libXxf86dga/buildlink3.mk"
 .include "../../x11/scrnsaverproto/buildlink3.mk"
-.include "../../x11/xf86dgaproto/buildlink3.mk"
 .include "../../x11/xineramaproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 56ad6f9deede -r 96c3c9be859c net/x2vnc/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/x2vnc/options.mk      Fri Apr 17 16:19:27 2009 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: options.mk,v 1.1 2009/04/17 16:19:27 abs Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.x2vnc
+
+PKG_SUPPORTED_OPTIONS= dga
+PKG_SUGGESTED_OPTIONS= dga
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdga)
+. include "../../x11/libXxf86dga/buildlink3.mk"
+. include "../../x11/xf86dgaproto/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index