Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] eudev: add cxx dependency
@ 2015-06-06 18:41 Tomasz Gorochowik
  2015-06-06 21:04 ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Tomasz Gorochowik @ 2015-06-06 18:41 UTC (permalink / raw)
  To: buildroot

Dynamic /dev management using eudev requires c++ support

Signed-off-by: Tomasz Gorochowik <tomasz.gorochowik@gmail.com>
---
 system/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/system/Config.in b/system/Config.in
index 84cde94..9ef3897 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -114,13 +114,14 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
 config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
 	bool "Dynamic using eudev"
 	depends on BR2_USE_WCHAR
+	depends on BR2_TOOLCHAIN_BUILDROOT_CXX
 	depends on !BR2_STATIC_LIBS
 	depends on BR2_USE_MMU # eudev
 	select BR2_PACKAGE_EUDEV
 
-comment "eudev needs a toolchain w/ wchar, dynamic library"
+comment "eudev needs a toolchain w/ wchar, cxx, dynamic lib"
 	depends on BR2_USE_MMU
-	depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_BUILDROOT_CXX || BR2_STATIC_LIBS
 
 endchoice
 
-- 
2.4.2

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

end of thread, other threads:[~2015-06-08 10:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-06 18:41 [Buildroot] [PATCH 1/1] eudev: add cxx dependency Tomasz Gorochowik
2015-06-06 21:04 ` Yann E. MORIN
2015-06-06 22:24   ` Tomasz Gorochowik
2015-06-07 11:17     ` Bernd Kuhls
2015-06-07 13:13       ` Tomasz Gorochowik
2015-06-08 10:09         ` Thomas Petazzoni

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