mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
kodi: drop afpclient support
This commit is contained in:
parent
fb02f4f239
commit
f1fd249063
@ -214,13 +214,6 @@ else
|
|||||||
KODI_NFS="--disable-nfs"
|
KODI_NFS="--disable-nfs"
|
||||||
fi
|
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
|
if [ "$KODI_SAMBA_SUPPORT" = yes ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET samba"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET samba"
|
||||||
KODI_SAMBA="--enable-samba"
|
KODI_SAMBA="--enable-samba"
|
||||||
@ -324,7 +317,7 @@ PKG_CONFIGURE_OPTS_TARGET="gl_cv_func_gettimeofday_clobber=no \
|
|||||||
--enable-rtmp \
|
--enable-rtmp \
|
||||||
$KODI_SAMBA \
|
$KODI_SAMBA \
|
||||||
$KODI_NFS \
|
$KODI_NFS \
|
||||||
$KODI_AFP \
|
--disable-afpclient \
|
||||||
--enable-libvorbisenc \
|
--enable-libvorbisenc \
|
||||||
--disable-libcap \
|
--disable-libcap \
|
||||||
$KODI_DVDCSS \
|
$KODI_DVDCSS \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user