Config.in 817 B

12345678910111213141516171819202122232425262728
  1. comment "omniORB needs a toolchain w/ C++, threads"
  2. depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
  3. config BR2_PACKAGE_OMNIORB
  4. bool "omniorb"
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. depends on BR2_TOOLCHAIN_HAS_THREADS
  7. help
  8. omniORB is a robust high performance CORBA ORB for C++ and
  9. Python.
  10. omniORB is largely CORBA 2.6 compliant. omniORB is one of
  11. only three ORBs to have been awarded the Open Group's Open
  12. Brand for CORBA. This means that omniORB has been tested and
  13. certified CORBA compliant, to version 2.1 of the CORBA
  14. specification.
  15. http://omniorb.sourceforge.net/
  16. if BR2_PACKAGE_OMNIORB
  17. config BR2_PACKAGE_OMNIORB_WITH_APPS
  18. bool "Enable Apps and Services"
  19. help
  20. omniORB applications and services disabled by default
  21. embedded system build configuration.
  22. endif