mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] pipewire: install bluez-hardware.conf
@ 2025-01-29 15:12 Michael Tretter
  2025-02-14  9:02 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2025-01-29 15:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

The bluez-hardware.conf contains some device quirks which will be
applied by the bluez plugin.

Install bluez-hardware.conf if the plugin is installed.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/pipewire.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/pipewire.make b/rules/pipewire.make
index a0db62facbe0..29d209720336 100644
--- a/rules/pipewire.make
+++ b/rules/pipewire.make
@@ -262,6 +262,9 @@ endif
 ifdef PTXCONF_PIPEWIRE_PULSEAUDIO
 	@$(call install_alternative, pipewire, 0, 0, 644, /usr/share/pipewire/pipewire-pulse.conf)
 endif
+ifdef PTXCONF_PIPEWIRE_BLUETOOTH
+	@$(call install_alternative, pipewire, 0, 0, 644, /usr/share/spa-0.2/bluez5/bluez-hardware.conf)
+endif
 
 ifdef PTXCONF_PIPEWIRE_GSTREAMER
 	@$(call install_lib, pipewire, 0, 0, 644, gstreamer-1.0/libgstpipewire)
-- 
2.39.5




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

end of thread, other threads:[~2025-02-14  9:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-29 15:12 [ptxdist] [PATCH] pipewire: install bluez-hardware.conf Michael Tretter
2025-02-14  9:02 ` [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