diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-09-23 10:03:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:20 -0800 |
commit | 278f49397978bb217f04c53c35de1139547adbb8 (patch) | |
tree | dfe9cc1b1d59962a4c4e73cdbd0503f8acbb9c5c /meta-gnome | |
parent | 1a362fe2d0a5424c45c467b41c40cda42db22d6d (diff) | |
download | meta-openembedded-278f49397978bb217f04c53c35de1139547adbb8.tar.gz |
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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_46.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 = " \ | |||
13 | gjs \ | 13 | gjs \ |
14 | gnome-autoar \ | 14 | gnome-autoar \ |
15 | gnome-desktop \ | 15 | gnome-desktop \ |
16 | gnome-control-center \ | ||
16 | polkit \ | 17 | polkit \ |
17 | pipewire \ | 18 | pipewire \ |
18 | libsoup-3.0 \ | 19 | libsoup-3.0 \ |