summaryrefslogtreecommitdiffstats
path: root/package/alsa-lib
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-01-05 01:30:43 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-05 12:44:06 +0100
commit77c70467154c8349ea4af8cf0aa4ff6b79b3af68 (patch)
tree4588b8cef770a406b365148fb256cebbc15f0227 /package/alsa-lib
parent0b7a34d43f50e8b027288f2a7553e5a8af31b095 (diff)
downloadbuildroot-novena-77c70467154c8349ea4af8cf0aa4ff6b79b3af68.tar.gz
buildroot-novena-77c70467154c8349ea4af8cf0aa4ff6b79b3af68.zip
alsa-lib: fix build failures for nommu
Disable the pcm_shm plugin (aserver) and alisp for nommu systems since they use fork() Fixes http://autobuild.buildroot.net/results/7e59e73e516579045538e7cc0efbc22744a45d75 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/alsa-lib')
-rw-r--r--package/alsa-lib/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/alsa-lib/Config.in b/package/alsa-lib/Config.in
index ca063d856..2ba688681 100644
--- a/package/alsa-lib/Config.in
+++ b/package/alsa-lib/Config.in
@@ -37,7 +37,8 @@ config BR2_PACKAGE_ALSA_LIB_DEVDIR
config BR2_PACKAGE_ALSA_LIB_PCM_PLUGINS
string "built PCM plugins"
- default "all"
+ default "all" if BR2_USE_MMU
+ default "copy linear route mulaw alaw adpcm rate plug multi file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958 softvol extplug ioplug mmap_emul" if !BR2_MMU
config BR2_PACKAGE_ALSA_LIB_CTL_PLUGINS
string "built control plugins"
@@ -69,6 +70,7 @@ config BR2_PACKAGE_ALSA_LIB_SEQ
config BR2_PACKAGE_ALSA_LIB_ALISP
bool "alisp"
+ depends on BR2_USE_MMU
default y
config BR2_PACKAGE_ALSA_LIB_OLD_SYMBOLS