LibreELEC/options: add ALSA_SUPPORT option

This commit is contained in:
Lukas Rusak 2022-05-04 17:27:26 -07:00
parent d546803ae4
commit 9dad29d307
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -226,6 +226,9 @@
# OEM packages for OEM's (yes / no) # OEM packages for OEM's (yes / no)
OEM_SUPPORT="no" OEM_SUPPORT="no"
# build and install ALSA Audio support (yes / no)
ALSA_SUPPORT="yes"
# additional packages to install: # additional packages to install:
# Space separated list is supported, # Space separated list is supported,
# e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2" # e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2"