diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb index 980a7b5833..f75bad28b3 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_43.1.bb | |||
| @@ -37,7 +37,7 @@ SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.pat | |||
| 37 | 37 | ||
| 38 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 38 | PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 39 | PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" | 39 | PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth" |
| 40 | PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false, networkmanager" | 40 | PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false,networkmanager,networkmanager" |
| 41 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" | 41 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" |
| 42 | 42 | ||
| 43 | EXTRA_OEMESON = " \ | 43 | EXTRA_OEMESON = " \ |
| @@ -65,7 +65,19 @@ FILES:${PN} += " \ | |||
| 65 | ${systemd_user_unitdir} \ | 65 | ${systemd_user_unitdir} \ |
| 66 | " | 66 | " |
| 67 | 67 | ||
| 68 | RDEPENDS:${PN} += "gnome-desktop gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" | 68 | RDEPENDS:${PN} += " \ |
| 69 | accountsservice \ | ||
| 70 | gdm-base \ | ||
| 71 | gnome-control-center \ | ||
| 72 | gnome-backgrounds \ | ||
| 73 | gnome-bluetooth \ | ||
| 74 | gnome-desktop \ | ||
| 75 | gnome-session \ | ||
| 76 | gnome-settings-daemon \ | ||
| 77 | gnome-shell-gsettings \ | ||
| 78 | gsettings-desktop-schemas \ | ||
| 79 | librsvg-gtk \ | ||
| 80 | " | ||
| 69 | 81 | ||
| 70 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" | 82 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" |
| 71 | FILES:${PN}-tools = "${bindir}/*-tool" | 83 | FILES:${PN}-tools = "${bindir}/*-tool" |
