From d26b5a26b9cb8179df76c930130a165f4cc188b6 Mon Sep 17 00:00:00 2001 From: Jeremy Rosen Date: Fri, 3 May 2013 02:35:22 +0000 Subject: add daemon mode support to pulseaudio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pulseaudio documentation recommends not using the daemon mode unless you are on a headless system, but since that is the common case for a buildroot installation, install the related user and groups [Peter: fix typos, ifeq check, unconditionally install into target] Signed-off-by: Jérémy Rosen Signed-off-by: Peter Korsgaard --- package/multimedia/pulseaudio/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/multimedia/pulseaudio/Config.in') diff --git a/package/multimedia/pulseaudio/Config.in b/package/multimedia/pulseaudio/Config.in index 03c26137e..9a6911e0e 100644 --- a/package/multimedia/pulseaudio/Config.in +++ b/package/multimedia/pulseaudio/Config.in @@ -19,5 +19,13 @@ config BR2_PACKAGE_PULSEAUDIO 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" depends on !BR2_USE_WCHAR || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS -- cgit v1.2.3