summaryrefslogtreecommitdiffstats
path: root/package/alsa-utils
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-16 17:55:03 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-16 17:55:03 +0100
commit4707383c5d501a9ad7698579e5d0a4e2ab758c7e (patch)
treecc874fdd00be79e3135e327d15b20a7f8b57d47a /package/alsa-utils
parent1c5cc29e32314030740e21d1a53b12ca89c34115 (diff)
downloadbuildroot-4707383c5d501a9ad7698579e5d0a4e2ab758c7e.tar.gz
buildroot-4707383c5d501a9ad7698579e5d0a4e2ab758c7e.zip
alsa-utils: needs dynamic library support
Since recent bumps of alsa-lib and alsa-utils, alsa-lib installs <alsa/topology.h>, which alsa-utils uses to build an alsatplg program which requires <dlfcn.h>. Therefore, alsa-utils now needs dynamic library support. Fixes: http://autobuild.buildroot.net/results/7ba954e03822d758e25356935b0dfc2c91d3712a/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/alsa-utils')
-rw-r--r--package/alsa-utils/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/alsa-utils/Config.in b/package/alsa-utils/Config.in
index a08743edbf..af3d466fde 100644
--- a/package/alsa-utils/Config.in
+++ b/package/alsa-utils/Config.in
@@ -1,11 +1,12 @@
-comment "alsa-utils needs a toolchain w/ threads"
+comment "alsa-utils needs a toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU # fork
- depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
config BR2_PACKAGE_ALSA_UTILS
bool "alsa-utils"
depends on BR2_USE_MMU # fork
depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
+ depends on !BR2_STATIC_LIBS # uses dlfcn.h
select BR2_PACKAGE_ALSA_LIB
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
help
OpenPOWER on IntegriCloud