summaryrefslogtreecommitdiffstats
path: root/rules/poco.in
blob: d2688a0062421c993f0e973c2824a767282a1635 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=system_libraries

config POCO
	tristate
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	select LIBC_M
	select LIBC_DL
	select LIBC_RT
	select LIBC_PTHREAD
	prompt "poco"
	help
	  The POCO C++ Libraries (POrtable COmponents) are open source C++ class
	  libraries that simplify and accelerate the development of
	  network-centric, portable applications in C++.