Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/nethogs: needs toolchain with C++
@ 2024-08-07 10:39 Marcus Hoffmann via buildroot
  2024-08-07 10:42 ` Marcus Hoffmann via buildroot
  2024-08-07 12:20 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-08-07 10:39 UTC (permalink / raw)
  To: buildroot; +Cc: Marcus Hoffmann

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
 package/nethogs/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/nethogs/Config.in b/package/nethogs/Config.in
index 2d6b44739c..fe5a4cdba4 100644
--- a/package/nethogs/Config.in
+++ b/package/nethogs/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NETHOGS
 	bool "nethogs"
+	depends on BR2_INSTALL_LIBSTDCPP
 	select BR2_PACKAGE_LIBPCAP
 	select BR2_PACKAGE_NCURSES
 	help
@@ -8,3 +9,6 @@ config BR2_PACKAGE_NETHOGS
 	  do, it groups bandwidth by process.
 
           https://github.com/raboof/nethogs
+
+comment "nethogs needs a toolchain w/ C++"
+	depends on !BR2_INSTALL_LIBSTDCPP
-- 
2.34.1

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

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

end of thread, other threads:[~2024-08-07 12:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07 10:39 [Buildroot] [PATCH] package/nethogs: needs toolchain with C++ Marcus Hoffmann via buildroot
2024-08-07 10:42 ` Marcus Hoffmann via buildroot
2024-08-07 12:20 ` Thomas Petazzoni via buildroot

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