mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
mpd: fix intertwined vars and funcs
This commit is contained in:
parent
29d74e7d19
commit
33483b5baf
@ -20,10 +20,6 @@ PKG_IS_ADDON="yes"
|
|||||||
PKG_ADDON_NAME="Music Player Daemon (MPD)"
|
PKG_ADDON_NAME="Music Player Daemon (MPD)"
|
||||||
PKG_ADDON_TYPE="xbmc.service"
|
PKG_ADDON_TYPE="xbmc.service"
|
||||||
|
|
||||||
pre_configure_target() {
|
|
||||||
export LIBS="$LIBS -logg -lFLAC -ldl"
|
|
||||||
}
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET=" \
|
PKG_CONFIGURE_OPTS_TARGET=" \
|
||||||
--enable-aac \
|
--enable-aac \
|
||||||
--disable-adplug \
|
--disable-adplug \
|
||||||
@ -90,6 +86,10 @@ PKG_CONFIGURE_OPTS_TARGET=" \
|
|||||||
--enable-zlib \
|
--enable-zlib \
|
||||||
--with-zeroconf=no"
|
--with-zeroconf=no"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
export LIBS="$LIBS -logg -lFLAC -ldl"
|
||||||
|
}
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user