mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
kodi: drop afpclient support
This commit is contained in:
parent
71a8541bb4
commit
f632d7c7bd
@ -222,13 +222,6 @@ else
|
||||
KODI_NFS="--disable-nfs"
|
||||
fi
|
||||
|
||||
if [ "$KODI_AFP_SUPPORT" = yes ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET afpfs-ng"
|
||||
KODI_AFP="--enable-afpclient"
|
||||
else
|
||||
KODI_AFP="--disable-afpclient"
|
||||
fi
|
||||
|
||||
if [ "$KODI_SAMBA_SUPPORT" = yes ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET samba"
|
||||
KODI_SAMBA="--enable-samba"
|
||||
@ -330,7 +323,7 @@ PKG_CONFIGURE_OPTS_TARGET="gl_cv_func_gettimeofday_clobber=no \
|
||||
--enable-rtmp \
|
||||
$KODI_SAMBA \
|
||||
$KODI_NFS \
|
||||
$KODI_AFP \
|
||||
--disable-afpclient \
|
||||
--enable-libvorbisenc \
|
||||
--disable-libcap \
|
||||
$KODI_DVDCSS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user