mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
kodi: honour KODI_SAMBA_SUPPORT variable
without -DENABLE_SMBCLIENT=xx the kodi build will include smbclient if it finds it, or will fail if it doesn't. This define should be set so as to match the intention of the KODI_SAMBA_SUPPORT setting.
This commit is contained in:
parent
65fdce41ee
commit
111668f070
@ -131,6 +131,9 @@ configure_package() {
|
|||||||
|
|
||||||
if [ "${KODI_SAMBA_SUPPORT}" = yes ]; then
|
if [ "${KODI_SAMBA_SUPPORT}" = yes ]; then
|
||||||
PKG_DEPENDS_TARGET+=" samba"
|
PKG_DEPENDS_TARGET+=" samba"
|
||||||
|
KODI_SAMBA="-DENABLE_SMBCLIENT=ON"
|
||||||
|
else
|
||||||
|
KODI_SAMBA="-DENABLE_SMBCLIENT=OFF"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${KODI_WEBSERVER_SUPPORT}" = yes ]; then
|
if [ "${KODI_WEBSERVER_SUPPORT}" = yes ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user