diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2012-01-31 10:21:38 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-31 10:32:09 +0100 |
commit | cae6aa9a41d1a3ffe3fa437b05c3000624a4ef65 (patch) | |
tree | 85c50e9c15ae21fa11f78eaecf333a4774732d68 /package/libical/Config.in | |
parent | 14e9f44c07fba19b621cb21f3a72f47193ae3a94 (diff) |
New package: libical
[Peter: small Config.in tweaks]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libical/Config.in')
-rw-r--r-- | package/libical/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libical/Config.in b/package/libical/Config.in new file mode 100644 index 000000000..5907548be --- /dev/null +++ b/package/libical/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBICAL + bool "libical" + depends on BR2_USE_WCHAR + help + libical is an Open Source (MPL/LGPL) implementation of the IETF's + iCalendar Calendaring and Scheduling protocols. + + http://www.citadel.org/doku.php/documentation:featured_projects:libical + +comment "libical requires a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR |