summaryrefslogtreecommitdiff
path: root/net/x2vnc/options.mk
blob: 2c1662a7e230701070738a9ba6642fd3c1e62cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: options.mk,v 1.3 2018/03/07 11:57:32 wiz 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/xorgproto/buildlink3.mk"
.endif