diff options
Diffstat (limited to 'package/libsigrok/Config.in')
-rw-r--r-- | package/libsigrok/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libsigrok/Config.in b/package/libsigrok/Config.in index 658d029e7f..fb74beaab5 100644 --- a/package/libsigrok/Config.in +++ b/package/libsigrok/Config.in @@ -24,14 +24,14 @@ if BR2_PACKAGE_LIBSIGROK config BR2_PACKAGE_LIBSIGROKCXX bool "build C++ bindings" depends on BR2_INSTALL_LIBSTDCPP - depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # glibmm + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # glibmm select BR2_PACKAGE_GLIBMM help Build libsigrok C++ bindings as well. -comment "C++ bindings need a toolchain w/ C++, gcc >= 4.8" +comment "C++ bindings need a toolchain w/ C++, gcc >= 4.9" depends on !BR2_INSTALL_LIBSTDCPP || \ - !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 + !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 endif |