Oops, add options.mk.
This commit is contained in:
parent
71632daa5f
commit
8819af4012
1 changed files with 15 additions and 0 deletions
15
audio/xmp/options.mk
Normal file
15
audio/xmp/options.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: options.mk,v 1.1 2009/01/10 09:41:05 shattered Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.xmp
|
||||
PKG_SUPPORTED_OPTIONS= pulseaudio
|
||||
PKG_SUGGESTED_OPTIONS= pulseaudio
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
# Pulseaudio support
|
||||
.if !empty(PKG_OPTIONS:Mpulseaudio)
|
||||
CONFIGURE_ARGS+=--enable-pulseaudio
|
||||
. include "../../audio/pulseaudio/buildlink3.mk"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-pulseaudio
|
||||
.endif
|
Loading…
Reference in a new issue