Revert broken change.
This commit is contained in:
parent
116294ff2c
commit
918fbdc63d
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.4 2008/12/19 11:41:25 tron Exp $
|
||||
# $NetBSD: options.mk,v 1.5 2008/12/19 13:05:06 tron Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.SDL
|
||||
PKG_SUPPORTED_OPTIONS= aalib arts esound nas pulseaudio
|
||||
|
@ -33,8 +33,8 @@ CONFIGURE_ARGS+= --disable-nas
|
|||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mpulseaudio)
|
||||
for some reason --enable-pulseaudio disables the
|
||||
configure check
|
||||
CONFIGURE_ARGS+= --enable-pulseaudio
|
||||
# for some reason --enable-pulseaudio disables the
|
||||
# configure check
|
||||
#CONFIGURE_ARGS+= --enable-pulseaudio
|
||||
.include "../../audio/pulseaudio/buildlink3.mk"
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue