Merge pull request #5530 from heitbaum/kodi

kodi: honour KODI_SAMBA_SUPPORT variable
This commit is contained in:
CvH 2021-08-11 14:22:54 +02:00 committed by GitHub
commit f3c670ab6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,9 @@ configure_package() {
if [ "${KODI_SAMBA_SUPPORT}" = yes ]; then
PKG_DEPENDS_TARGET+=" samba"
KODI_SAMBA="-DENABLE_SMBCLIENT=ON"
else
KODI_SAMBA="-DENABLE_SMBCLIENT=OFF"
fi
if [ "${KODI_WEBSERVER_SUPPORT}" = yes ]; then