From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B7F5C433EF for ; Fri, 1 Oct 2021 10:34:36 +0000 (UTC) Received: from smtp4.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 mail.kernel.org (Postfix) with ESMTPS id 10E4561A7D for ; Fri, 1 Oct 2021 10:34:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 10E4561A7D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=igalia.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id D1E8D40768; Fri, 1 Oct 2021 10:34:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a7J-mIAapnZI; Fri, 1 Oct 2021 10:34:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 534E74074D; Fri, 1 Oct 2021 10:34:33 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E068D1BF2C2 for ; Fri, 1 Oct 2021 10:34:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id CDB7B83ED7 for ; Fri, 1 Oct 2021 10:34:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=igalia.com Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g9RNHjmKHAc8 for ; Fri, 1 Oct 2021 10:34:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from fanzine.igalia.com (fanzine.igalia.com [178.60.130.6]) by smtp1.osuosl.org (Postfix) with ESMTPS id 21CA283EC5 for ; Fri, 1 Oct 2021 10:34:30 +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=wqC5f3aHM4b7x9Kq8k8Cifrru03yA9pgbCVPqzdoVkU=; b=f8GXpG8Ist9FAvZKXH8gjRRSz/IJwujTg7BtNA8SQQ7+DNvrWsP9nLz0MBbEnDw1cGvvcPEd7hOAljCugoQyIYPjqKHQ/JHyYE1croJqJWiThYkVLrLbdmUDO+LwlRky8WvVgiqukSAl17dXdcNwE3PqlVCMn0hKfOm/2JA8DYf+t2rckofAxgyHEVwCHIISn9NKLYMcen5O5Umttgvr0HgDV6//o9wrsOMHX62AF1hNGfiuBmApNZNx1pjQdyjocpYKv8D197uXOhfmA64vOh+rrEqg89yV9u98OrPNxSckh/1uIPDhbLCHmmUyyA608bd6+p3GGyhoswhF0QnghQ==; Received: from 91-158-76-100.elisa-laajakaista.fi ([91.158.76.100] helo=momiji) by fanzine.igalia.com with esmtpsa (Cipher TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim) id 1mWFs3-0006Z8-Tn; Fri, 01 Oct 2021 12:34:28 +0200 Received: from localhost (momiji [local]) by momiji (OpenSMTPD) with ESMTPA id e1b34b31; Fri, 1 Oct 2021 10:34:17 +0000 (UTC) From: Adrian Perez de Castro To: buildroot@buildroot.org Date: Fri, 1 Oct 2021 13:34:17 +0300 Message-Id: <20211001103417.1078082-1-aperez@igalia.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/webkitgtk: remove gst1-plugins-good from dependencies X-BeenThere: buildroot@buildroot.org 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" This is only a runtime dependency, not a build dependency. Based on a similar patch by James Hilliard for the wpewebkit package. Signed-off-by: Adrian Perez de Castro --- package/webkitgtk/webkitgtk.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk index 6687d7f61b..87aeffea45 100644 --- a/package/webkitgtk/webkitgtk.mk +++ b/package/webkitgtk/webkitgtk.mk @@ -46,7 +46,7 @@ ifeq ($(BR2_PACKAGE_WEBKITGTK_MULTIMEDIA),y) WEBKITGTK_CONF_OPTS += \ -DENABLE_VIDEO=ON \ -DENABLE_WEB_AUDIO=ON -WEBKITGTK_DEPENDENCIES += gstreamer1 gst1-libav gst1-plugins-base gst1-plugins-good +WEBKITGTK_DEPENDENCIES += gstreamer1 gst1-libav gst1-plugins-base else WEBKITGTK_CONF_OPTS += \ -DENABLE_VIDEO=OFF \ -- 2.33.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot