diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2021-06-09 09:31:33 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-09 12:18:10 -0700 |
commit | 020a1e95fa9f955cafef00b1f803c868197a645c (patch) | |
tree | 25c5f390bc355d3cf0d27a47128f7e1ee86d50d8 | |
parent | 22491c404c9842a15df64bcd76003355940f62eb (diff) | |
download | meta-openembedded-020a1e95fa9f955cafef00b1f803c868197a645c.tar.gz |
gnome: gnome-shell: Move gsettings to their own package
Moves the gnome-shell-gsettings package to it's own package so that
other desktop environments that depends on it can pull it in without
pulling in all of gnome-shell
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb index 9619628c81..77b9015d46 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb | |||
@@ -49,6 +49,8 @@ do_install_append() { | |||
49 | done | 49 | done |
50 | } | 50 | } |
51 | 51 | ||
52 | GSETTINGS_PACKAGE = "${PN}-gsettings" | ||
53 | |||
52 | FILES_${PN} += " \ | 54 | FILES_${PN} += " \ |
53 | ${datadir}/dbus-1 \ | 55 | ${datadir}/dbus-1 \ |
54 | ${datadir}/gnome-control-center \ | 56 | ${datadir}/gnome-control-center \ |
@@ -56,9 +58,9 @@ FILES_${PN} += " \ | |||
56 | ${systemd_user_unitdir} \ | 58 | ${systemd_user_unitdir} \ |
57 | " | 59 | " |
58 | 60 | ||
59 | RDEPENDS_${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk" | 61 | RDEPENDS_${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" |
60 | 62 | ||
61 | PACKAGES =+ "${PN}-tools" | 63 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" |
62 | FILES_${PN}-tools = "${bindir}/*-tool" | 64 | FILES_${PN}-tools = "${bindir}/*-tool" |
63 | RDEPENDS_${PN}-tools = "python3-core" | 65 | RDEPENDS_${PN}-tools = "python3-core" |
64 | 66 | ||