|
@@ -12,7 +12,7 @@ config BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
|
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
|
|
|
|
|
-comment "webkitgtk needs libgtk3 and a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 7, host gcc >= 4.9"
|
|
|
|
|
|
+comment "webkitgtk needs libgtk3 and a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 8, host gcc >= 4.9"
|
|
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
|
|
depends on !BR2_BINFMT_FLAT
|
|
depends on !BR2_BINFMT_FLAT
|
|
depends on !BR2_PACKAGE_LIBGTK3 || !BR2_INSTALL_LIBSTDCPP || \
|
|
depends on !BR2_PACKAGE_LIBGTK3 || !BR2_INSTALL_LIBSTDCPP || \
|
|
@@ -28,7 +28,7 @@ config BR2_PACKAGE_WEBKITGTK
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_9 # icu, host-ruby
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_9 # icu, host-ruby
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # wayland, icu, libsoup
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # wayland, icu, libsoup
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7
|
|
|
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_8
|
|
depends on BR2_USE_WCHAR # icu, libsoup
|
|
depends on BR2_USE_WCHAR # icu, libsoup
|
|
depends on BR2_PACKAGE_LIBGTK3
|
|
depends on BR2_PACKAGE_LIBGTK3
|
|
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
|