mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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_TYPE="xbmc.service"
|
||||
|
||||
pre_configure_target() {
|
||||
export LIBS="$LIBS -logg -lFLAC -ldl"
|
||||
}
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET=" \
|
||||
--enable-aac \
|
||||
--disable-adplug \
|
||||
@ -90,6 +86,10 @@ PKG_CONFIGURE_OPTS_TARGET=" \
|
||||
--enable-zlib \
|
||||
--with-zeroconf=no"
|
||||
|
||||
pre_configure_target() {
|
||||
export LIBS="$LIBS -logg -lFLAC -ldl"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
:
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user