mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pulseaudio: select libltdl only if daemon is built
@ 2024-01-30 14:24 Michael Tretter
  2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2024-01-30 14:24 UTC (permalink / raw)
  To: ptxdist; +Cc: mtr

libltdl is used only by the daemon and the pulsecore library. It is not
required if the daemon is disabled.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/pulseaudio.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/pulseaudio.in b/rules/pulseaudio.in
index 8e87ef4651ef..ce6ac19eae26 100644
--- a/rules/pulseaudio.in
+++ b/rules/pulseaudio.in
@@ -11,9 +11,9 @@ menuconfig PULSEAUDIO
 	select ALSA_LIB_MIXER
 	select ALSA_LIB_UCM
 	select LIBCAP
-	select LIBLTDL
 	select LIBSNDFILE
 	select ORC
+	select LIBLTDL			if PULSEAUDIO_DAEMON
 	select SYSTEMD			if PULSEAUDIO_SYSTEMD
 	select SBC			if PULSEAUDIO_BLUETOOTH
 	select DBUS			if PULSEAUDIO_BLUETOOTH
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] pulseaudio: select libltdl only if daemon is built
  2024-01-30 14:24 [ptxdist] [PATCH] pulseaudio: select libltdl only if daemon is built Michael Tretter
@ 2024-02-08 16:03 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-02-08 16:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

Thanks, applied as d48f88c00e3707422c846a940dd176c562e49764.

Michael

[sent from post-receive hook]

On Thu, 08 Feb 2024 17:03:23 +0100, Michael Tretter <m.tretter@pengutronix.de> wrote:
> libltdl is used only by the daemon and the pulsecore library. It is not
> required if the daemon is disabled.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20240130142433.1071423-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/pulseaudio.in b/rules/pulseaudio.in
> index 1de7bad0048f..8160116b6373 100644
> --- a/rules/pulseaudio.in
> +++ b/rules/pulseaudio.in
> @@ -11,9 +11,9 @@ menuconfig PULSEAUDIO
>  	select ALSA_LIB_MIXER
>  	select ALSA_LIB_UCM
>  	select LIBCAP
> -	select LIBLTDL
>  	select LIBSNDFILE
>  	select ORC
> +	select LIBLTDL			if PULSEAUDIO_DAEMON
>  	select SYSTEMD			if PULSEAUDIO_SYSTEMD
>  	select SBC			if PULSEAUDIO_BLUETOOTH
>  	select DBUS			if PULSEAUDIO_BLUETOOTH



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-08 16:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30 14:24 [ptxdist] [PATCH] pulseaudio: select libltdl only if daemon is built Michael Tretter
2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox