|
@@ -10,7 +10,7 @@ menuconfig BR2_PACKAGE_LIBCAMERA
|
|
|
depends on BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # C++17
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8 # C++17
|
|
|
depends on !BR2_STATIC_LIBS # gnutls
|
|
|
depends on BR2_USE_WCHAR # gnutls
|
|
|
select BR2_PACKAGE_GNUTLS
|
|
@@ -91,7 +91,7 @@ comment "lc-compliance test application needs a toolchain w/ C++, wchar, threads
|
|
|
|
|
|
endif # BR2_PACKAGE_LIBCAMERA
|
|
|
|
|
|
-comment "libcamera needs a toolchain w/ C++, threads, wchar, dynamic library, gcc >= 7"
|
|
|
+comment "libcamera needs a toolchain w/ C++, threads, wchar, dynamic library, gcc >= 8"
|
|
|
depends on BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
- !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_8 || BR2_STATIC_LIBS || !BR2_USE_WCHAR
|