|
@@ -19,5 +19,13 @@ config BR2_PACKAGE_PULSEAUDIO
|
|
|
|
|
|
http://pulseaudio.org
|
|
http://pulseaudio.org
|
|
|
|
|
|
|
|
+config BR2_PACKAGE_PULSEAUDIO_DAEMON
|
|
|
|
+ bool "start as a system daemon"
|
|
|
|
+ depends on BR2_PACKAGE_PULSEAUDIO
|
|
|
|
+ help
|
|
|
|
+ PulseAudio can be started as a system daemon. This is not the
|
|
|
|
+ recommended way of using PulseAudio unless you are building a
|
|
|
|
+ headless system.
|
|
|
|
+
|
|
comment "pulseaudio requires a toolchain with WCHAR, LARGEFILE and threads support"
|
|
comment "pulseaudio requires a toolchain with WCHAR, LARGEFILE and threads support"
|
|
depends on !BR2_USE_WCHAR || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_USE_WCHAR || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|