All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/bustle: select dbus instead of depending on it
@ 2020-01-04 18:45 Fabrice Fontaine
  2020-01-04 18:45 ` [Buildroot] [PATCH 2/2] package/bustle: bump to version 0.7.5 Fabrice Fontaine
  2020-01-08  8:35 ` [Buildroot] [PATCH 1/2] package/bustle: select dbus instead of depending on it Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2020-01-04 18:45 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/bustle/Config.in b/package/bustle/Config.in
index 109ebdeed8..b3d321e14b 100644
--- a/package/bustle/Config.in
+++ b/package/bustle/Config.in
@@ -1,9 +1,9 @@
 config BR2_PACKAGE_BUSTLE
 	bool "bustle"
 	depends on BR2_USE_WCHAR # libglib2
-	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
-	depends on BR2_USE_MMU # libglib2
-	depends on BR2_PACKAGE_DBUS # runtime
+	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
+	depends on BR2_USE_MMU # dbus, libglib2
+	select BR2_PACKAGE_DBUS # runtime
 	select BR2_PACKAGE_LIBPCAP
 	select BR2_PACKAGE_LIBGLIB2
 	help
@@ -22,5 +22,4 @@ config BR2_PACKAGE_BUSTLE
 
 comment "bustle needs a toolchain w/ wchar, threads"
 	depends on BR2_USE_MMU
-	depends on BR2_PACKAGE_DBUS
 	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-- 
2.24.0

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

end of thread, other threads:[~2020-01-08  8:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-04 18:45 [Buildroot] [PATCH 1/2] package/bustle: select dbus instead of depending on it Fabrice Fontaine
2020-01-04 18:45 ` [Buildroot] [PATCH 2/2] package/bustle: bump to version 0.7.5 Fabrice Fontaine
2020-01-08  8:34   ` Thomas Petazzoni
2020-01-08  8:35 ` [Buildroot] [PATCH 1/2] package/bustle: select dbus instead of depending on it 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.