Skip to content

Commit

Permalink
package/wpewebkit: needs >= GCC 9
Browse files Browse the repository at this point in the history
Raise the minimal GCC version to 9.3, which is required since wpewebkit-2.40.0 [1].
Similar to commit 09af6d8,
we do check on >= GCC 9, because we can't check on >= GCC 9.3.

[1] WebKit/WebKit@f9c142d

Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
ThomasDevoogdt authored and jacmet committed Oct 1, 2023
1 parent d249ed0 commit 603fa62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/wpewebkit/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ config BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS
depends on BR2_TOOLCHAIN_HAS_SYNC_4
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt

comment "wpewebkit needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 7, host gcc >= 4.9"
comment "wpewebkit needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 9, host gcc >= 4.9"
depends on BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS
depends on !BR2_BINFMT_FLAT
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
|| !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_7 \
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_9 \
|| !BR2_HOST_GCC_AT_LEAST_4_9

comment "wpewebkit needs an OpenGL ES w/ EGL-capable Wayland backend"
Expand All @@ -37,7 +37,7 @@ config BR2_PACKAGE_WPEWEBKIT
depends on BR2_HOST_GCC_AT_LEAST_4_9 # icu, host-ruby
depends on BR2_INSTALL_LIBSTDCPP # harfbuzz, icu
depends on BR2_TOOLCHAIN_HAS_THREADS # wayland, icu, libsoup3
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_9
depends on BR2_USE_WCHAR # icu, libsoup3
depends on BR2_PACKAGE_HAS_LIBGLES # libepoxy
depends on BR2_PACKAGE_HAS_LIBEGL # libepoxy
Expand Down

0 comments on commit 603fa62

Please sign in to comment.