summaryrefslogtreecommitdiffstats
path: root/rules/libical.in
blob: adc9abaa198c45dd7d885ad522ec6315e55e2f6d (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