]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/boinc/Config.in
package/apr-util: add optional support for postgresql
[coffee/buildroot.git] / package / boinc / Config.in
1 config BR2_PACKAGE_BOINC
2         bool "boinc"
3         depends on BR2_USE_MMU # fork()
4         depends on !BR2_STATIC_LIBS # dlfcn.h
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         depends on BR2_INSTALL_LIBSTDCPP
7         select BR2_PACKAGE_LIBCURL
8         select BR2_PACKAGE_OPENSSL
9         help
10           Open-source software for volunteer computing and grid
11           computing.
12
13           Use the idle time on your computer to cure diseases, study
14           global warming, discover pulsars, and do many other types of
15           scientific research.
16
17           https://boinc.berkeley.edu
18
19 comment "boinc needs a toolchain w/ dynamic library, C++, threads"
20         depends on BR2_USE_MMU
21         depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
22                 || !BR2_TOOLCHAIN_HAS_THREADS