Config.in 811 B

1234567891011121314151617181920212223242526
  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 Python.
  9. omniORB is largely CORBA 2.6 compliant. omniORB is one of only
  10. three ORBs to have been awarded the Open Group's Open Brand for
  11. CORBA. This means that omniORB has been tested and certified
  12. CORBA compliant, to version 2.1 of the CORBA specification.
  13. http://omniorb.sourceforge.net/
  14. if BR2_PACKAGE_OMNIORB
  15. config BR2_PACKAGE_OMNIORB_WITH_APPS
  16. bool "Enable Apps and Services"
  17. help
  18. omniORB applications and services disabled by default
  19. embedded system build configuration.
  20. endif