summaryrefslogtreecommitdiff
path: root/package/libsigrok
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-11-13 15:05:55 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-11-14 09:39:48 +0100
commit5fcd6c4a3aed1a7ef7e5f27fa4c2b59eef7374f9 (patch)
treecdf1bedd4629fb6cccff7a357e0fda5338b70d3a /package/libsigrok
parent36862c71a82dd29db14508b5d37c816b33f9463b (diff)
glibmm: bump to version 2.46.1
Adjust pulseview/libsigrok for the gcc >= 4.8 dependency. Line wrap comment depends for pulseview. Drop redundant libsigrok depend on comment for libsigrok++. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libsigrok')
-rw-r--r--package/libsigrok/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/libsigrok/Config.in b/package/libsigrok/Config.in
index 6ef37768f..ff2d24982 100644
--- a/package/libsigrok/Config.in
+++ b/package/libsigrok/Config.in
@@ -24,12 +24,13 @@ config BR2_PACKAGE_LIBSIGROKCXX
bool "build C++ bindings"
select BR2_PACKAGE_GLIBMM
depends on BR2_INSTALL_LIBSTDCPP
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # glibmm
help
Build libsigrok C++ bindings as well.
-comment "C++ bindings need a toolchain w/ C++"
- depends on BR2_PACKAGE_LIBSIGROK
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "C++ bindings need a toolchain w/ C++, gcc >= 4.8"
+ depends on !BR2_INSTALL_LIBSTDCPP || \
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
endif