pkgsrc/net/x2vnc/options.mk
abs 662d3efb4d 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.
2009-04-17 16:19:27 +00:00

13 lines
319 B
Makefile

# $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