SDL: drop pulse support

This commit is contained in:
Stefan Saraev 2015-01-11 17:40:49 +02:00
parent a8945c3830
commit 022442002f

View File

@ -190,14 +190,6 @@ else
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-video-opengl"
fi
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pulseaudio"
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --enable-pulseaudio --enable-pulseaudio-shared"
else
PKG_CONFIGURE_OPTS_TARGET="$PKG_CONFIGURE_OPTS_TARGET --disable-pulseaudio --disable-pulseaudio-shared"
fi
pre_configure_host() {
( cd $ROOT/$PKG_BUILD
# Skip autoheader because there is a problem with AC_DEFINE's in the configure.in in SDL 1.2.14.