diff mbox series

[meta-oe,styhead,35/90] gnome-shell: add gnome-control-center dependency

Message ID 20241105143638.2301245-36-akuster808@gmail.com
State New
Headers show
Series Patch review | expand

Commit Message

akuster808 Nov. 5, 2024, 2:35 p.m. UTC
From: Markus Volk <f_l_k@t-online.de>

This fixes:
Run-time dependency gnome-keybindings found: NO (tried pkgconfig and cmake)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.2.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 \