summaryrefslogtreecommitdiffstats
path: root/rules/poco.in
blob: 9f947f4f6ac9da81030198d2c4da74bc0d1f5b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## 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
	select ZLIB
	select LIBPCRE
	select EXPAT
	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++.