summaryrefslogtreecommitdiff
path: root/package/bluez5_utils
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-05-02 11:15:04 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-13 12:12:27 +0200
commit3ac4bf634e16cc8b5f1f8d732da296b4e32dd734 (patch)
tree3a527efa3744c963aebd6f29a5f57b62ea4b6ba6 /package/bluez5_utils
parentb40509c7d80d6610b3f54e6da0dc1265bf6e9e22 (diff)
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/bluez5_utils')
-rw-r--r--package/bluez5_utils/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in
index 5c6a46657..472432b92 100644
--- a/package/bluez5_utils/Config.in
+++ b/package/bluez5_utils/Config.in
@@ -29,9 +29,13 @@ if BR2_PACKAGE_BLUEZ5_UTILS
config BR2_PACKAGE_BLUEZ5_UTILS_OBEX
bool "build OBEX support"
select BR2_PACKAGE_LIBICAL
+ depends on BR2_INSTALL_LIBSTDCPP
help
Enable the OBEX support in Bluez 5.x.
+comment "OBEX support needs a toolchain w/ C++"
+ depends on !BR2_INSTALL_LIBSTDCPP
+
config BR2_PACKAGE_BLUEZ5_UTILS_CLIENT
bool "build CLI client"
select BR2_PACKAGE_READLINE