diff mbox series

[meta-gnome] gnome-shell: add runtime dependency on adwaita-icon-theme

Message ID 20230103161126.180996-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome] gnome-shell: add runtime dependency on adwaita-icon-theme | expand

Commit Message

Markus Volk Jan. 3, 2023, 4:11 p.m. UTC
This is needed to have icons and cursors visible by default

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 f75bad28b..14163a186 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} += " \
 
 RDEPENDS:${PN} += " \
 	accountsservice \
+	adwaita-icon-theme \
+	adwaita-icon-theme-cursors \
 	gdm-base \
 	gnome-control-center \
 	gnome-backgrounds \