summaryrefslogtreecommitdiffstats
path: root/rules/log4cplus.in
blob: 0e6cfb245117bb9f8c22daca837b3ea15e4121fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## SECTION=system_libraries

menuconfig LOG4CPLUS
	tristate
	prompt "log4cplus                     "
	select HOST_CMAKE
	select GCCLIBS_GCC_S
	select GCCLIBS_CXX
	select GLIBC_PTHREAD
	select QT4 if LOG4CPLUS_QT4
	help
	  The purpose of this project is to port the
	  excellent Log for Java (log4j) logging
	  library to C++.

if LOG4CPLUS

config LOG4CPLUS_QT4
	bool
	depends on STAGING
	prompt "Qt4 debug appender"
	help
	  Build the log4cplus Qt4 debug appender

endif