diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-01-03 17:11:26 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-04 17:13:22 -0800 |
commit | bcdb6d18e7a7e3d64ff56236b79d9620fbd57c5d (patch) | |
tree | 700b88bd34ca3556b5f414c713cb0b397abd181b /meta-gnome | |
parent | 0810ffd3c59876d1633bf14b2943760013875df2 (diff) | |
download | meta-openembedded-bcdb6d18e7a7e3d64ff56236b79d9620fbd57c5d.tar.gz |
gnome-shell: add runtime dependency on adwaita-icon-theme
This is needed to have icons and cursors visible by default
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb index f75bad28b3..14163a1866 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb | |||
@@ -67,6 +67,8 @@ FILES:${PN} += " \ | |||
67 | 67 | ||
68 | RDEPENDS:${PN} += " \ | 68 | RDEPENDS:${PN} += " \ |
69 | accountsservice \ | 69 | accountsservice \ |
70 | adwaita-icon-theme \ | ||
71 | adwaita-icon-theme-cursors \ | ||
70 | gdm-base \ | 72 | gdm-base \ |
71 | gnome-control-center \ | 73 | gnome-control-center \ |
72 | gnome-backgrounds \ | 74 | gnome-backgrounds \ |