|
@@ -5,7 +5,7 @@ config BR2_PACKAGE_VTE
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_10 # C++20
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
depends on !BR2_TOOLCHAIN_USES_MUSL
|
|
depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \
|
|
depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND || \
|
|
@@ -22,13 +22,13 @@ config BR2_PACKAGE_VTE
|
|
|
|
|
|
http://github.com/GNOME/vte
|
|
http://github.com/GNOME/vte
|
|
|
|
|
|
-comment "vte needs a uClibc or glibc toolchain w/ wchar, threads, C++, gcc >= 4.8"
|
|
|
|
|
|
+comment "vte needs a uClibc or glibc toolchain w/ wchar, threads, C++, gcc >= 10"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
|
|
depends on !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS || \
|
|
!BR2_TOOLCHAIN_HAS_THREADS || \
|
|
- !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
|
|
|
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_10 || \
|
|
BR2_TOOLCHAIN_USES_MUSL
|
|
BR2_TOOLCHAIN_USES_MUSL
|
|
|
|
|
|
comment "vte needs an OpenGL or an OpenGL-EGL/wayland backend"
|
|
comment "vte needs an OpenGL or an OpenGL-EGL/wayland backend"
|