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>
This commit is contained in:
parent
2d972d4f03
commit
5ef445e84f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user