|
@@ -12,22 +12,6 @@ config BR2_PACKAGE_WPEWEBKIT_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
|
|
|
|
|
|
-config BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS_JIT
|
|
|
|
- bool
|
|
|
|
- # ARM needs NEON for JIT.
|
|
|
|
- default y if BR2_ARM_CPU_HAS_NEON
|
|
|
|
- # AArch64 is supported upstream but not well tested on big-endian mode.
|
|
|
|
- default y if BR2_aarch64
|
|
|
|
- # i386 & x86_64 don't have any special requirements.
|
|
|
|
- default y if BR2_i386
|
|
|
|
- default y if BR2_x86_64
|
|
|
|
- # JIT is known not to work on MIPS64.
|
|
|
|
- # Plain MIPS32 (pre R2) is not well tested and likely broken, and R6
|
|
|
|
- # is unsupported, see https://bugs.webkit.org/show_bug.cgi?id=191258
|
|
|
|
- # The MIPS support is completely untested in big-endian mode.
|
|
|
|
- default y if BR2_mipsel && BR2_MIPS_CPU_MIPS32R2
|
|
|
|
- default y if BR2_mipsel && BR2_MIPS_CPU_MIPS32R5
|
|
|
|
-
|
|
|
|
comment "wpewebkit needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.8, host gcc >= 4.8"
|
|
comment "wpewebkit needs a toolchain w/ C++, wchar, threads, dynamic library, gcc >= 4.8, host gcc >= 4.8"
|
|
depends on BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS
|
|
depends on !BR2_BINFMT_FLAT
|
|
depends on !BR2_BINFMT_FLAT
|
|
@@ -63,6 +47,7 @@ config BR2_PACKAGE_WPEWEBKIT
|
|
select BR2_PACKAGE_LIBSOUP
|
|
select BR2_PACKAGE_LIBSOUP
|
|
select BR2_PACKAGE_LIBTASN1
|
|
select BR2_PACKAGE_LIBTASN1
|
|
select BR2_PACKAGE_LIBXSLT
|
|
select BR2_PACKAGE_LIBXSLT
|
|
|
|
+ select BR2_PACKAGE_OPENJPEG
|
|
select BR2_PACKAGE_WAYLAND
|
|
select BR2_PACKAGE_WAYLAND
|
|
select BR2_PACKAGE_WAYLAND_PROTOCOLS
|
|
select BR2_PACKAGE_WAYLAND_PROTOCOLS
|
|
select BR2_PACKAGE_WEBP
|
|
select BR2_PACKAGE_WEBP
|