From patchwork Sun Oct 29 16:15:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 33057 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 9C221C4332F for ; Sun, 29 Oct 2023 16:15:15 +0000 (UTC) Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by mx.groups.io with SMTP id smtpd.web11.75241.1698596108822666443 for ; Sun, 29 Oct 2023 09:15:09 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.22, mailfrom: f_l_k@t-online.de) Received: from fwd70.aul.t-online.de (fwd70.aul.t-online.de [10.223.144.96]) by mailout12.t-online.de (Postfix) with SMTP id B5DCA173C8 for ; Sun, 29 Oct 2023 17:15:05 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.154.162.58]) by fwd70.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qx8RK-3UvO3l0; Sun, 29 Oct 2023 17:15:02 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH] gnome-shell: Remove deprecated libcroco dependency Date: Sun, 29 Oct 2023 17:15:19 +0100 Message-ID: <20231029161519.20890-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1698596102-F894633D-A6F41326/0/0 CLEAN NORMAL X-TOI-MSGID: 32506202-1a3d-4625-a01e-02c05d4842d0 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 ; Sun, 29 Oct 2023 16:15:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105786 - add dependency on gnome-desktop and libsecret Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb index d920c6d65..8dc4d8317 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb @@ -13,9 +13,9 @@ DEPENDS = " \ geocode-glib \ gjs \ gnome-autoar \ + gnome-desktop \ polkit \ pipewire \ - libcroco \ libsoup-3.0 \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'startup-notification', d)} \ ibus \ @@ -38,7 +38,7 @@ SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.pat PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" -PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager,networkmanager" +PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager libsecret,networkmanager" PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" EXTRA_OEMESON = " \