From patchwork Tue Oct 9 22:08:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrian Perez de Castro X-Patchwork-Id: 981537 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=igalia.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="XxY4HE/H"; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42VBKj38ypz9s8r for ; Wed, 10 Oct 2018 09:12:09 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id BAB1485F0E; Tue, 9 Oct 2018 22:12:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0bdZXosdP2L8; Tue, 9 Oct 2018 22:12:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C823985F40; Tue, 9 Oct 2018 22:12:03 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id A1B3D1BFDB9 for ; Tue, 9 Oct 2018 22:12:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9C8828539A for ; Tue, 9 Oct 2018 22:12:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ODalHrb_FuSU for ; Tue, 9 Oct 2018 22:12:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from fanzine.igalia.com (fanzine.igalia.com [91.117.99.155]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 76C5E8532E for ; Tue, 9 Oct 2018 22:12:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Subject:Cc:To:From; bh=Cl6/74fLc7eCrq7tqGGlcgY20/74er76Tnk2sgkp0o4=; b=XxY4HE/HgyACM4FH6x6gI5Gos2dJKbmVt/ZCF3jwjlKIhpzcGkDObpJV9xJomApInwzTkhqLPRD9ToPeFPvzzTMaUsWiMPVHmQ3B74vjTg1l4z3BvZ10IhlRAs5Sk4iB8lKNhPVQD796Azx3lzz8LpTt4XVk3v1ozeRjMK9qjprnsMaxW3lDE7JP3TAxjbaGRq4Uv4epRRQdeyJIpX/sE6swP3vGdvNKmaGzK+1hblKhDQeVwzFu9KKWjJ2uPmFF2u/MP2FtylhbBMc+0V4FxvLLowZKftQFHeiA4vMQBrNGtMY6DlI1aBHYarBv0Ggar5u3HkF1m9kfx3g0LNv1qA==; Received: from [194.100.51.2] (helo=kodama) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1gA0ER-0004Tg-7H; Wed, 10 Oct 2018 00:11:59 +0200 Received: from localhost (kodama [local]) by kodama (OpenSMTPD) with ESMTPA id a4333496; Tue, 9 Oct 2018 22:08:52 +0000 (UTC) From: Adrian Perez de Castro To: buildroot@buildroot.org Date: Wed, 10 Oct 2018 01:08:48 +0300 Message-Id: <20181009220852.4309-1-aperez@igalia.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 0/4] webkitgtk: assorted fixes and improvements X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Adrian Perez de Castro Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" 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(-)