From patchwork Mon Mar 18 00:38:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 41121 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 aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66598C54E60 for ; Mon, 18 Mar 2024 00:38:30 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web11.32225.1710722305957447254 for ; Sun, 17 Mar 2024 17:38:26 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd79.aul.t-online.de (fwd79.aul.t-online.de [10.223.144.105]) by mailout08.t-online.de (Postfix) with SMTP id 2EA88215A5 for ; Mon, 18 Mar 2024 01:38:24 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.163.38.150]) by fwd79.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rm11C-2iG0On0; Mon, 18 Mar 2024 01:38:22 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH] mutter: remove zenity from rdepends Date: Mon, 18 Mar 2024 01:38:41 +0100 Message-ID: <20240318003841.1534344-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1710722302-55FA4986-8AB86695/0/0 CLEAN NORMAL X-TOI-MSGID: 00b81287-28d3-46a6-9b15-ad9d190358d9 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 18 Mar 2024 00:38:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/109392 zenity is not a runtime requirement for mutter and because of its dependency on webkitgtk it is quite heavy. Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/mutter/mutter_45.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb index eccc63545..a32956ea6 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb @@ -104,5 +104,5 @@ FILES:${PN}-dev += " \ ${libdir}/${MUTTER_API_NAME}/lib*.so \ " -RDEPENDS:${PN} += "zenity ${PN}-gsettings gsettings-desktop-schemas" +RDEPENDS:${PN} += "${PN}-gsettings gsettings-desktop-schemas"