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

menuconfig LIBICAL
	tristate
	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