mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -49,6 +49,8 @@ do_install_append() {
|
||||
done
|
||||
}
|
||||
|
||||
GSETTINGS_PACKAGE = "${PN}-gsettings"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/dbus-1 \
|
||||
${datadir}/gnome-control-center \
|
||||
@@ -56,9 +58,9 @@ FILES_${PN} += " \
|
||||
${systemd_user_unitdir} \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk"
|
||||
RDEPENDS_${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings"
|
||||
|
||||
PACKAGES =+ "${PN}-tools"
|
||||
PACKAGES =+ "${PN}-tools ${PN}-gsettings"
|
||||
FILES_${PN}-tools = "${bindir}/*-tool"
|
||||
RDEPENDS_${PN}-tools = "python3-core"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user