[meta-gnome][PATCHv2 06/14] mutter: update 42.0 -> 43.1


Markus Volk
 

- build with gtk4

Signed-off-by: Markus Volk <f_l_k@...>
---
.../mutter/{mutter_42.0.bb =3D> mutter_43.1.bb} | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
rename meta-gnome/recipes-gnome/mutter/{mutter_42.0.bb =3D> mutter_43.1.=
bb} (92%)

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_42.0.bb b/meta-gnome/=
recipes-gnome/mutter/mutter_43.1.bb
similarity index 92%
rename from meta-gnome/recipes-gnome/mutter/mutter_42.0.bb
rename to meta-gnome/recipes-gnome/mutter/mutter_43.1.bb
index 785536280..9b764c666 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_42.0.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_43.1.bb
@@ -7,7 +7,7 @@ DEPENDS =3D " \
wayland-native \
virtual/libx11 \
graphene \
- gtk+3 \
+ gtk4 \
gdk-pixbuf \
cairo \
pango \
@@ -17,7 +17,7 @@ DEPENDS =3D " \
gnome-settings-daemon \
libxtst \
libxkbfile \
- xinerama \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xinerama', '', d)} \
xwayland \
"
=20
@@ -25,7 +25,7 @@ GNOMEBASEBUILDCLASS =3D "meson"
=20
inherit gnomebase gsettings gobject-introspection gettext features_check
=20
-SRC_URI[archive.sha256sum] =3D "d1e240446b7f8cd8a3ff9daae336c1c9016193ba=
7e0769c79a5e6c03849022e5"
+SRC_URI[archive.sha256sum] =3D "f2f08b252783948a5ecc82f00e9e935a61ebbf85=
64844bdd92788ab44aa78264"
=20
# x11 is still manadatory - see meson.build
REQUIRED_DISTRO_FEATURES =3D "wayland x11 polkit"
@@ -60,7 +60,7 @@ PACKAGECONFIG[sm] =3D "-Dsm=3Dtrue, -Dsm=3Dfalse, libsm=
"
PACKAGECONFIG[profiler] =3D "-Dprofiler=3Dtrue,-Dprofiler=3Dfalse,syspro=
f"
PACKAGECONFIG[startup-notification] =3D "-Dstartup_notification=3Dtrue, =
-Dstartup_notification=3Dfalse, startup-notification, startup-notificatio=
n"
=20
-MUTTER_API_NAME =3D "mutter-10"
+MUTTER_API_NAME =3D "mutter-11"
=20
do_install:append() {
# Add gir links in standard paths. That makes dependents life much e=
asier
@@ -78,6 +78,7 @@ PACKAGES =3D+ "${PN}-tests ${PN}-gsettings"
=20
FILES:${PN} +=3D " \
${datadir}/gnome-control-center \
+ ${datadir}/gir-1.0 \
${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \
${libdir}/${MUTTER_API_NAME}/*.typelib \
${libdir}/${MUTTER_API_NAME}/plugins \
--=20
2.34.1