Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/pipewire: fix comment in Config.in
@ 2019-12-19 19:27 Fabrice Fontaine
  2019-12-19 19:28 ` [Buildroot] [PATCH 2/3] package/pipewire: add libva optional dependency Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2019-12-19 19:27 UTC (permalink / raw)
  To: buildroot

Commit ac92146ebb7627378c0a8c92f6490e55333eb6bb forgot to update
comment with udev dependency

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

diff --git a/package/pipewire/Config.in b/package/pipewire/Config.in
index 80e28d3614..57e70d65f8 100644
--- a/package/pipewire/Config.in
+++ b/package/pipewire/Config.in
@@ -30,6 +30,6 @@ comment "pipewire gstreamer support needs a toolchain w/ wchar, threads"
 
 endif
 
-comment "pipewire needs a toolchain w/ threads"
+comment "pipewire needs udev and a toolchain w/ threads"
 	depends on BR2_USE_MMU
-	depends on !BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.24.0

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

end of thread, other threads:[~2019-12-21 22:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-19 19:27 [Buildroot] [PATCH 1/3] package/pipewire: fix comment in Config.in Fabrice Fontaine
2019-12-19 19:28 ` [Buildroot] [PATCH 2/3] package/pipewire: add libva optional dependency Fabrice Fontaine
2019-12-19 19:28 ` [Buildroot] [PATCH 3/3] package/pipewire: add xlib_libX11 " Fabrice Fontaine
2019-12-21 22:14 ` [Buildroot] [PATCH 1/3] package/pipewire: fix comment in Config.in Thomas Petazzoni

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