From e62cf8d9025506ebcb9c1b1d3bb49523474851eb Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Fri, 11 Nov 2022 21:29:21 +0100 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/alsa-utils/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/alsa-utils/Config.in b/package/alsa-utils/Config.in index 555f06fd21..3429d0b406 100644 --- a/package/alsa-utils/Config.in +++ b/package/alsa-utils/Config.in @@ -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