The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / omniorb / Config.in
1
2 comment "omniORB needs a toolchain w/ C++, threads"
3         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
4
5 config BR2_PACKAGE_OMNIORB
6         bool "omniorb"
7         depends on BR2_INSTALL_LIBSTDCPP
8         depends on BR2_TOOLCHAIN_HAS_THREADS
9         help
10           omniORB is a robust high performance CORBA ORB for C++ and Python.
11           omniORB is largely CORBA 2.6 compliant. omniORB is one of only
12           three ORBs to have been awarded the Open Group's Open Brand for
13           CORBA. This means that omniORB has been tested and certified
14           CORBA compliant, to version 2.1 of the CORBA specification.
15
16           http://omniorb.sourceforge.net/
17
18 if BR2_PACKAGE_OMNIORB
19
20 config BR2_PACKAGE_OMNIORB_WITH_APPS
21         bool "Enable Apps and Services"
22         help
23           omniORB applications and services disabled by default
24           embedded system build configuration.
25
26 endif