From 5a281d72d263458f776666b327ab92b6a18079fd Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Mon, 18 Oct 2021 12:52:28 -0500 Subject: 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 Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb index 72e776719e..b659d92952 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb @@ -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" -- cgit 1.2.3-korg