Blame view

buildroot/buildroot-2016.08.1/package/log4cpp/Config.in 482 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  config BR2_PACKAGE_LOG4CPP
  	bool "log4cpp"
  	depends on BR2_INSTALL_LIBSTDCPP
  	depends on BR2_TOOLCHAIN_HAS_THREADS
  	help
  	  Log4cpp is library of C++ classes for flexible logging to
  	  files, syslog, IDSA and other destinations.  It is modeled
  	  after the Log4j Java library, staying as close to their API
  	  as is reasonable.
  
  	  http://log4cpp.sourceforge.net/
  
  comment "log4cpp needs a toolchain w/ C++, threads"
  	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS