diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2022-01-02 00:00:31 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 11:10:02 -0800 |
| commit | fd17b9ddd9db199c756fd4ca747949402d4482e1 (patch) | |
| tree | d062313f9cecf2532b692374acd6d2ffd224153a /meta-gnome/recipes-gnome/gnome-shell | |
| parent | 79a08a94b1cd5a4714ba60b876fb08b431fe13e3 (diff) | |
| download | meta-openembedded-fd17b9ddd9db199c756fd4ca747949402d4482e1.tar.gz | |
gnome-shell: Add gnome-desktop to RDEPENDS
Without this only gnome-desktop libs are installed and gnome-shell complains
for missing 'GnomeDesktop' typelib.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-shell')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb index 79d076e0e2..7a438e4c60 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_41.2.bb | |||
| @@ -62,7 +62,7 @@ FILES:${PN} += " \ | |||
| 62 | ${systemd_user_unitdir} \ | 62 | ${systemd_user_unitdir} \ |
| 63 | " | 63 | " |
| 64 | 64 | ||
| 65 | RDEPENDS:${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" | 65 | RDEPENDS:${PN} += "gnome-desktop gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" |
| 66 | 66 | ||
| 67 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" | 67 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" |
| 68 | FILES:${PN}-tools = "${bindir}/*-tool" | 68 | FILES:${PN}-tools = "${bindir}/*-tool" |
