mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
xbmc-dharma: remove references to pulseaudio
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
fedd0ddb26
commit
d38e2fb92e
@ -33,10 +33,6 @@ progress "starting XBMC"
|
||||
|
||||
XBMC_ARGS="--standalone -fs --lircdev $LIRCDEV"
|
||||
|
||||
# starting pulseaudio if avaible
|
||||
[ -f /usr/bin/pulseaudio ] && /usr/bin/pulseaudio \
|
||||
--start --log-target=syslog --daemonize 2>&1 > /dev/null
|
||||
|
||||
# starting xbmc-wiimote if avaible
|
||||
[ "$(pidof bluetoothd)" -a -f /usr/bin/xbmc-wiiremote ] && \
|
||||
/usr/bin/xbmc-wiiremote >/dev/null 2>&1 &
|
||||
|
@ -13,11 +13,6 @@ PKG_SHORTDESC="xbmc: XBMC Mediacenter"
|
||||
PKG_LONGDESC="XBMC Media Center (which was formerly named Xbox Media Center) is a free and open source cross-platform media player and home entertainment system software with a 10-foot user interface designed for the living-room TV. Its graphical user interface allows the user to easily manage video, photos, podcasts, and music from a computer, optical disk, local network, and the internet using a remote control."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS pulseaudio"
|
||||
PKG_DEPENDS="$PKG_DEPENDS pulseaudio"
|
||||
fi
|
||||
|
||||
if [ "$FAAC_SUPPORT" = yes ]; then
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS faac"
|
||||
PKG_DEPENDS="$PKG_DEPENDS faac"
|
||||
|
Loading…
x
Reference in New Issue
Block a user