From 382eef528e262ae15e6612a0bc4dded0c5c545e4 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 17 May 2014 16:40:31 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/gstreamer1/gst1-plugins-good/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'package/gstreamer1/gst1-plugins-good') diff --git a/package/gstreamer1/gst1-plugins-good/Config.in b/package/gstreamer1/gst1-plugins-good/Config.in index 9fd6114f3..7159c5a0a 100644 --- a/package/gstreamer1/gst1-plugins-good/Config.in +++ b/package/gstreamer1/gst1-plugins-good/Config.in @@ -303,6 +303,7 @@ comment "gdkpixbuf needs a toolchain w/ wchar, threads" config BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_PULSE depends on BR2_TOOLCHAIN_HAS_THREADS # pulseaudio depends on BR2_LARGEFILE # pulseaudio -> libsndfile + depends on BR2_USE_MMU # pulseaudio select BR2_PACKAGE_PULSEAUDIO bool "pulseaudio" help -- cgit v1.2.3