diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_45.0.bb | 4 |
1 files changed, 2 insertions, 2 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 d920c6d65c..8dc4d8317f 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 | |||
@@ -13,9 +13,9 @@ DEPENDS = " \ | |||
13 | geocode-glib \ | 13 | geocode-glib \ |
14 | gjs \ | 14 | gjs \ |
15 | gnome-autoar \ | 15 | gnome-autoar \ |
16 | gnome-desktop \ | ||
16 | polkit \ | 17 | polkit \ |
17 | pipewire \ | 18 | pipewire \ |
18 | libcroco \ | ||
19 | libsoup-3.0 \ | 19 | libsoup-3.0 \ |
20 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'startup-notification', d)} \ | 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'startup-notification', d)} \ |
21 | ibus \ | 21 | ibus \ |
@@ -38,7 +38,7 @@ SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.pat | |||
38 | 38 | ||
39 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 39 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
40 | PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" | 40 | PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" |
41 | PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager,networkmanager" | 41 | PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager libsecret,networkmanager" |
42 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" | 42 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" |
43 | 43 | ||
44 | EXTRA_OEMESON = " \ | 44 | EXTRA_OEMESON = " \ |