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

menuconfig LIBICAL
	tristate
	select LIBC_PTHREAD
	select HOST_CMAKE
	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