Skip to content

Commit

Permalink
Added syslog option.
Browse files Browse the repository at this point in the history
  • Loading branch information
othyro committed Nov 11, 2012
1 parent 04351d1 commit 30d373c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rsound/options.mk
Expand Up @@ -2,7 +2,7 @@

PKG_OPTIONS_VAR= PKG_OPTIONS.retroarch
PKG_SUPPORTED_OPTIONS= alsa jack libao openal oss portaudio pulseaudio
PKG_SUPPORTED_OPTIONS+= samplerate
PKG_SUPPORTED_OPTIONS+= samplerate syslog
PKG_SUGGESTED_OPTIONS= libao openal oss pulseaudio samplerate

.include "../../mk/bsd.options.mk"
Expand Down Expand Up @@ -63,3 +63,9 @@ CONFIGURE_ARGS+= --enable-pulse
.else
CONFIGURE_ARGS+= --disable-pulse
.endif

.if !empty(PKG_OPTIONS:Msyslog)
CONFIGURE_ARGS+= --enable-syslog
.else
CONFIGURE_ARGS+= --disable-syslog
.endif

0 comments on commit 30d373c

Please sign in to comment.