board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / log4cxx / Config.in
blob6ec67b62ef3b13e67fc9f2b3e95b2f425fe693f6
1 config BR2_PACKAGE_LOG4CXX
2         bool "log4cxx"
3         select BR2_PACKAGE_APR
4         select BR2_PACKAGE_APR_UTIL
5         # apr really needs shared library support
6         depends on !BR2_STATIC_LIBS
7         depends on BR2_INSTALL_LIBSTDCPP
8         depends on BR2_TOOLCHAIN_HAS_THREADS
9         depends on BR2_USE_MMU # apr
10         help
11           Apache log4cxx is a logging framework for C++ patterned
12           after Apache log4j.
14           https://logging.apache.org/log4cxx/
16 comment "log4cxx needs a toolchain w/ C++, threads, dynamic library"
17         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
18                 BR2_STATIC_LIBS
19         depends on BR2_USE_MMU