package/alsa-utils: update dependency for topology support

This is a follow-up patch for
https://git.busybox.net/buildroot/commit/?id=28497102e1788df3628bd3324a3304a03c7942d0
which created a new option for topology support in alsa-lib, this
dependency was not ported over to alsa-utils.

Fixes:
http://autobuild.buildroot.net/results/a9c9f5157365efe8271bf69dab0d5a5532b196ea/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2022-11-11 21:29:21 +01:00 committed by Thomas Petazzoni
parent a378178cdd
commit e62cf8d902

View File

@ -46,6 +46,7 @@ config BR2_PACKAGE_ALSA_UTILS_ALSAUCM
config BR2_PACKAGE_ALSA_UTILS_ALSATPLG
bool "alsatplg"
depends on !BR2_STATIC_LIBS # dlfcn.h
select BR2_PACKAGE_ALSA_LIB_TOPOLOGY
comment "alsatplg needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS