pkgsrc/net/x2vnc/options.mk
abs 1fd0165b1c Remove dga from PKG_SUGGESTED_OPTIONS, and add a note that is breaks
mouse draggin on some systems
Bump PKGREVISION
2015-04-23 09:17:48 +00:00

14 lines
377 B
Makefile

# $NetBSD: options.mk,v 1.2 2015/04/23 09:17:48 abs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.x2vnc
# Warning - breaks dragging on remote screens for some setups
PKG_SUPPORTED_OPTIONS= dga
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdga)
. include "../../x11/libXxf86dga/buildlink3.mk"
. include "../../x11/xf86dgaproto/buildlink3.mk"
.endif