diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-10-27 08:32:46 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-11-01 08:16:30 -0400 |
| commit | d612087dd0322914701b4cf1a5abf25359b7e036 (patch) | |
| tree | 2e189b6bad74f1598fb4044a474e6c81c1dab9df | |
| parent | c996d57724077c91747b74fb2c8f6c3abf557005 (diff) | |
| download | meta-openembedded-d612087dd0322914701b4cf1a5abf25359b7e036.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>
(cherry picked from commit 1de085a7165621ea1e3d05bab7ee4e29aea46ff9)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb | 1 |
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 66c05a1ff1..d920c6d65c 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)} \ |
