diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-05-02 11:15:04 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-13 12:12:27 +0200 |
| commit | 3ac4bf634e16cc8b5f1f8d732da296b4e32dd734 (patch) | |
| tree | 3a527efa3744c963aebd6f29a5f57b62ea4b6ba6 /package/libical/Config.in | |
| parent | b40509c7d80d6610b3f54e6da0dc1265bf6e9e22 (diff) | |
| download | buildroot-3ac4bf634e16cc8b5f1f8d732da296b4e32dd734.tar.gz buildroot-3ac4bf634e16cc8b5f1f8d732da296b4e32dd734.zip | |
package/libical: bump version to v1.0.1 and switch to cmake
Project moved to github according to http://sourceforge.net/projects/freeassociation
"As of 2014-06-14, this project may now be found at http://github.com/libical."
[Thomas: propagate the C++ dependency to bluez5_utils OBEX support,
which selects libical.]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libical/Config.in')
| -rw-r--r-- | package/libical/Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/package/libical/Config.in b/package/libical/Config.in index 9bb63c3d0b..48170e9f87 100644 --- a/package/libical/Config.in +++ b/package/libical/Config.in @@ -1,11 +1,14 @@ config BR2_PACKAGE_LIBICAL bool "libical" + depends on BR2_INSTALL_LIBSTDCPP + depends on !BR2_STATIC_LIBS 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 + http://libical.github.io/libical -comment "libical needs a toolchain w/ wchar" - depends on !BR2_USE_WCHAR +comment "libical needs a toolchain w/ C++, dynamic library, wchar" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \ + BR2_STATIC_LIBS |

