pulseaudio: uses fork(), not available on noMMU platforms
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 May 2014 14:40:31 +0000 (16:40 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 17 May 2014 21:27:42 +0000 (23:27 +0200)
commit382eef528e262ae15e6612a0bc4dded0c5c545e4
treee77a41ca7fdff07b3e2e56d3dcf41c4714b403bf
parentad7ea9452034f04c9eb1d25b2da1d1a564869ac3
pulseaudio: uses fork(), not available on noMMU platforms

Even though pulseaudio has some HAVE_FORK compile-time conditionals to
avoid using fork(), those parts of pulseaudio are not using it. Since
using pulseaudio on !MMU platforms is fairly unlikely, we simply
disable it when no MMU is available, and propagate this dependency to
the appropriate locations.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gstreamer/gst-plugins-good/Config.in
package/gstreamer1/gst1-plugins-good/Config.in
package/mpd/Config.in
package/pulseaudio/Config.in