Commit b55e473e authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files
parent 9883cbd3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_OMNIORB
	bool "omniorb"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  omniORB is a robust high performance CORBA ORB for C++ and Python.
	  omniORB is largely CORBA 2.6 compliant. omniORB is one of only
@@ -10,5 +11,5 @@ config BR2_PACKAGE_OMNIORB

	  http://omniorb.sourceforge.net/

comment "omniORB needs a toolchain w/ C++"
	depends on !BR2_INSTALL_LIBSTDCPP
comment "omniORB needs a toolchain w/ C++, threads"
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS