mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
kodi: split ALSA_SUPPORT and KODI_ALSA_SUPPORT
This commit is contained in:
parent
876d25b0a5
commit
d5be131e30
@ -135,6 +135,8 @@
|
||||
# build with Samba Client support (mounting SAMBA shares with KODI) (yes / no)
|
||||
KODI_SAMBA_SUPPORT="yes"
|
||||
|
||||
# build kodi with alsa support (yes/no)
|
||||
KODI_ALSA_SUPPORT="yes"
|
||||
|
||||
### KODI ADDONS ###
|
||||
|
||||
|
@ -48,7 +48,7 @@ configure_package() {
|
||||
PKG_DEPENDS_TARGET+=" ${OPENGLES}"
|
||||
fi
|
||||
|
||||
if [ "${ALSA_SUPPORT}" = yes ]; then
|
||||
if [ "${KODI_ALSA_SUPPORT}" = yes ]; then
|
||||
PKG_DEPENDS_TARGET+=" alsa-lib"
|
||||
KODI_ALSA="-DENABLE_ALSA=ON"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user