|
@@ -3,7 +3,7 @@ menuconfig BR2_PACKAGE_IVI_HOMESCREEN
|
|
depends on BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_FLUTTER_ENGINE_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_FLUTTER_ENGINE_ARCH_SUPPORTS
|
|
depends on BR2_HOST_GCC_AT_LEAST_5 # flutter-engine
|
|
depends on BR2_HOST_GCC_AT_LEAST_5 # flutter-engine
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # flutter-engine
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8 # C++17 filesystem
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # flutter-engine
|
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # flutter-engine
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # flutter-engine
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # flutter-engine
|
|
depends on BR2_INSTALL_LIBSTDCPP # flutter-engine
|
|
depends on BR2_INSTALL_LIBSTDCPP # flutter-engine
|
|
@@ -250,11 +250,11 @@ comment "OpenGL texture plugin needs an EGL backend"
|
|
|
|
|
|
endif # BR2_PACKAGE_IVI_HOMESCREEN
|
|
endif # BR2_PACKAGE_IVI_HOMESCREEN
|
|
|
|
|
|
-comment "ivi-homescreen needs a glibc toolchain w/ wchar, C++, gcc >= 5, dynamic library, host gcc >= 5"
|
|
|
|
|
|
+comment "ivi-homescreen needs a glibc toolchain w/ wchar, C++, gcc >= 8, dynamic library, host gcc >= 5"
|
|
depends on BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_FLUTTER_SDK_BIN_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_FLUTTER_ENGINE_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_FLUTTER_ENGINE_ARCH_SUPPORTS
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC \
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC \
|
|
- || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_5 \
|
|
|
|
|
|
+ || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_8 \
|
|
|| BR2_STATIC_LIBS || !BR2_USE_WCHAR \
|
|
|| BR2_STATIC_LIBS || !BR2_USE_WCHAR \
|
|
|| !BR2_HOST_GCC_AT_LEAST_5
|
|
|| !BR2_HOST_GCC_AT_LEAST_5
|
|
|
|
|