]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/omniorb/Config.in
192ad54fc2b8eed0a2061f52221e0022a44f4fad
[coffee/buildroot.git] / package / omniorb / Config.in
1 config BR2_PACKAGE_OMNIORB
2         bool "omniorb"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           omniORB is a robust high performance CORBA ORB for C++ and Python.
7           omniORB is largely CORBA 2.6 compliant. omniORB is one of only
8           three ORBs to have been awarded the Open Group's Open Brand for
9           CORBA. This means that omniORB has been tested and certified
10           CORBA compliant, to version 2.1 of the CORBA specification.
11
12           http://omniorb.sourceforge.net/
13
14 comment "omniORB needs a toolchain w/ C++, threads"
15         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS