mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 23:36:42 +00:00
mutter: Move gsettings to a separate package
Move the mutter gsettings to their own package. Some other compositors (specifically, phoc) want to use the mutter provided gsettings to remain compatible. This allows those recipes to pick up the runtime settings without having to pull in all of mutter Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
646d2df673
commit
5a281d72d2
@ -73,7 +73,9 @@ do_install:append() {
|
||||
done
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-tests"
|
||||
GSETTINGS_PACKAGE = "${PN}-gsettings"
|
||||
|
||||
PACKAGES =+ "${PN}-tests ${PN}-gsettings"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/gnome-control-center \
|
||||
@ -93,5 +95,5 @@ FILES:${PN}-dev += " \
|
||||
${libdir}/${MUTTER_API_NAME}/lib*.so \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "zenity"
|
||||
RDEPENDS:${PN} += "zenity ${PN}-gsettings"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user