mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
SDL: drop pulse support
This commit is contained in:
parent
a8945c3830
commit
022442002f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user