diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-10-29 17:15:19 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-29 21:49:04 -0700 |
| commit | 4eaf1b401823a41eb819aa8da49c76e0e160047b (patch) | |
| tree | 657e08a3978a6c6af69d8181093e086431015e53 | |
| parent | 22889b13f330e4753c5f72440abcfe42830f2f64 (diff) | |
| download | meta-openembedded-4eaf1b401823a41eb819aa8da49c76e0e160047b.tar.gz | |
gnome-shell: Remove deprecated libcroco dependency
- add dependency on gnome-desktop and libsecret
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 = " \ |
