mbox series

[0/4] webkitgtk: assorted fixes and improvements

Message ID 20181009220852.4309-1-aperez@igalia.com
Headers show
Series webkitgtk: assorted fixes and improvements | expand

Message

Adrian Perez de Castro Oct. 9, 2018, 10:08 p.m. UTC
Hi all,

This patch set takes some of the changes proposed along with the update to
WebKitGTK+ 2.22.x, and improves them to address the review comments. In
particular, moving the logic to determine whether to enable the JavaScriptCore
JIT support is much nicer to have in the Kconfig files.

Best regards,



Adrian Perez de Castro (4):
  webkitgtk: move JSC JIT selection logic to kconfig
  webkitgtk: enable package for aarch64
  webkitgtk: enable JIT support on 32-bit MIPS
  webkitgtk: explicitly set USE_GSTREAMER_GL build option

 package/webkitgtk/Config.in    | 18 ++++++++++++++++++
 package/webkitgtk/webkitgtk.mk | 11 ++++++++---
 2 files changed, 26 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni Oct. 10, 2018, 7:23 p.m. UTC | #1
Hello,

On Wed, 10 Oct 2018 01:08:48 +0300, Adrian Perez de Castro wrote:

> Adrian Perez de Castro (4):
>   webkitgtk: move JSC JIT selection logic to kconfig
>   webkitgtk: enable package for aarch64
>   webkitgtk: enable JIT support on 32-bit MIPS

I've applied those first three patches. Thanks!

>   webkitgtk: explicitly set USE_GSTREAMER_GL build option

I'll comment on this one.

Thanks!

Thomas