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

menuconfig LIBICAL
	tristate
	select LIBC_PTHREAD
	select LIBC_M		if LIBICAL_CXX
	select GCCLIBS_CXX	if LIBICAL_CXX
	select GCCLIBS_GCC_S	if LIBICAL_CXX
	prompt "libical                       "
	help
	  libical is an open source reference implementation of the icalendar data
	  type and serialization format.

if LIBICAL

config LIBICAL_CXX
	bool
	prompt "c++ support"

endif