mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
(cherry picked from commit 4eaf1b4018)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
81337ccc55
commit
be24dc34cf
|
|
@ -13,9 +13,9 @@ DEPENDS = " \
|
||||||
geocode-glib \
|
geocode-glib \
|
||||||
gjs \
|
gjs \
|
||||||
gnome-autoar \
|
gnome-autoar \
|
||||||
|
gnome-desktop \
|
||||||
polkit \
|
polkit \
|
||||||
pipewire \
|
pipewire \
|
||||||
libcroco \
|
|
||||||
libsoup-3.0 \
|
libsoup-3.0 \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'startup-notification', d)} \
|
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', 'startup-notification', d)} \
|
||||||
ibus \
|
ibus \
|
||||||
|
|
@ -38,7 +38,7 @@ SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.pat
|
||||||
|
|
||||||
PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||||
PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"
|
PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"
|
||||||
PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager,networkmanager"
|
PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager libsecret,networkmanager"
|
||||||
PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
|
PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
|
||||||
|
|
||||||
EXTRA_OEMESON = " \
|
EXTRA_OEMESON = " \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user