|
@@ -7,6 +7,7 @@ config BR2_PACKAGE_PULSEAUDIO
|
|
|
select BR2_PACKAGE_LIBSNDFILE
|
|
|
select BR2_PACKAGE_SPEEX
|
|
|
depends on BR2_LARGEFILE
|
|
|
+ depends on BR2_USE_MMU # fork()
|
|
|
help
|
|
|
PulseAudio is a sound system for POSIX OSes, meaning that it
|
|
|
is a proxy for your sound applications. It allows you to do
|
|
@@ -30,4 +31,5 @@ config BR2_PACKAGE_PULSEAUDIO_DAEMON
|
|
|
endif
|
|
|
|
|
|
comment "pulseaudio needs a toolchain w/ wchar, largefile, threads"
|
|
|
+ depends on BR2_USE_MMU
|
|
|
depends on !BR2_USE_WCHAR || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|