add an option for "telepathy" support (off per default)
This commit is contained in:
parent
197617c5a3
commit
fb92afb927
1 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: options.mk,v 1.3 2010/01/21 18:20:43 drochner Exp $
|
||||
# $NetBSD: options.mk,v 1.4 2010/07/08 18:37:03 drochner Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.vino
|
||||
PKG_SUPPORTED_OPTIONS+= avahi inet6
|
||||
PKG_SUPPORTED_OPTIONS+= avahi inet6 telepathy
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
@ -17,3 +17,10 @@ CONFIGURE_ARGS+= --enable-ipv6
|
|||
.else
|
||||
CONFIGURE_ARGS+= --disable-ipv6
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mtelepathy)
|
||||
CONFIGURE_ARGS+= --enable-telepathy
|
||||
.include "../../chat/telepathy-glib/buildlink3.mk"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-telepathy
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue