All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/pipewire: drop dbus from Config.in
@ 2021-11-06 10:20 Fabrice Fontaine
  2021-11-06 10:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-11-06 10:20 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Fabrice Fontaine

Commit d9796f2db9866060b916487784b046bb6b76f9b6 forgot to removed dbus
from Config.in

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/pipewire/Config.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/pipewire/Config.in b/package/pipewire/Config.in
index 506b85e856..1f48a4b50f 100644
--- a/package/pipewire/Config.in
+++ b/package/pipewire/Config.in
@@ -1,11 +1,10 @@
 config BR2_PACKAGE_PIPEWIRE
 	bool "pipewire"
 	depends on !BR2_STATIC_LIBS
-	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
-	depends on BR2_USE_MMU # dbus
+	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on BR2_USE_MMU # fork()
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
 	select BR2_PACKAGE_BLUEZ5_UTILS_PLUGINS_AUDIO if BR2_PACKAGE_BLUEZ5_UTILS # runtime
-	select BR2_PACKAGE_DBUS
 	help
 	  PipeWire is a server and user space API to deal with
 	  multimedia pipelines.
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/pipewire: drop dbus from Config.in
  2021-11-06 10:20 [Buildroot] [PATCH 1/1] package/pipewire: drop dbus from Config.in Fabrice Fontaine
@ 2021-11-06 10:48 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-11-06 10:48 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: James Hilliard, buildroot

On Sat,  6 Nov 2021 11:20:15 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Commit d9796f2db9866060b916487784b046bb6b76f9b6 forgot to removed dbus
> from Config.in
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/pipewire/Config.in | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-11-06 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-06 10:20 [Buildroot] [PATCH 1/1] package/pipewire: drop dbus from Config.in Fabrice Fontaine
2021-11-06 10:48 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.