From c188a8a3310249df469b7d08bd6eeda9107633da Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 23 Sep 2024 10:03:25 +0200 Subject: [PATCH] gnome-shell: add gnome-control-center dependency This fixes: Run-time dependency gnome-keybindings found: NO (tried pkgconfig and cmake) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.2.bb index 0a52de7a3b..e166db0a6a 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.2.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.2.bb @@ -13,6 +13,7 @@ DEPENDS = " \ gjs \ gnome-autoar \ gnome-desktop \ + gnome-control-center \ polkit \ pipewire \ libsoup-3.0 \