summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-shell
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-10-27 08:32:46 +0200
committerKhem Raj <raj.khem@gmail.com>2023-10-27 08:28:49 -0700
commit1de085a7165621ea1e3d05bab7ee4e29aea46ff9 (patch)
tree3a2063bdcf4f8b737f30970dd1a58303bb0bd914 /meta-gnome/recipes-gnome/gnome-shell
parentad27cdd560fe9947a0e0f822d6a71bac5d2e4a7e (diff)
downloadmeta-openembedded-1de085a7165621ea1e3d05bab7ee4e29aea46ff9.tar.gz
gnome-shell: Add missing dependency on pipewire
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/recipes-gnome/gnome-shell')
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb
index 66c05a1ff..d920c6d65 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb
@@ -14,6 +14,7 @@ DEPENDS = " \
14 gjs \ 14 gjs \
15 gnome-autoar \ 15 gnome-autoar \
16 polkit \ 16 polkit \
17 pipewire \
17 libcroco \ 18 libcroco \
18 libsoup-3.0 \ 19 libsoup-3.0 \
19 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'startup-notification', d)} \ 20 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'startup-notification', d)} \