mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Allow samba build for OS
This commit is contained in:
parent
afc164973f
commit
abe79e98ce
@ -35,3 +35,6 @@ if [ "$BLUETOOTH_SUPPORT" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bluez"
|
||||
fi
|
||||
|
||||
if [ "$SAMBA_SERVER" = "yes" ] || [ "$SAMBA_SUPPORT" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET samba"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user