package/libsamplerate: use --{dis, en}able-alsa

Commit 5b679d7806 forgot to set
--{dis,en}able-alsa

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 5ef445e84f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine
2022-06-28 20:32:11 +02:00
committed by Peter Korsgaard
parent c844e05de5
commit d787cc724e

View File

@@ -15,6 +15,9 @@ LIBSAMPLERATE_CPE_ID_VENDOR = libsamplerate_project
ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
LIBSAMPLERATE_DEPENDENCIES += alsa-lib
LIBSAMPLERATE_CONF_OPTS += --enable-alsa
else
LIBSAMPLERATE_CONF_OPTS += --disable-alsa
endif
ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)