summaryrefslogtreecommitdiff
path: root/x11/x2go-client/options.mk
blob: 8cd49319895ad1567a07d36488b08461443a1d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: options.mk,v 1.1 2021/02/24 18:39:30 hauke Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.x2go-client
PKG_SUPPORTED_OPTIONS=	ldap pulseaudio

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Mldap)
CPPFLAGS+=		-DUSELDAP
LIBS+=			-lldap
.  include "../../databases/openldap-client/buildlink3.mk"
.else
# nothing
.endif

.if !empty(PKG_OPTIONS:Mpulseaudio)
.include "../../audio/pulseaudio/buildlink3.mk"
.else
# nothing
.endif