diff options
-rw-r--r-- | meta-gnome/recipes-gnome/mutter/mutter_43.1.bb (renamed from meta-gnome/recipes-gnome/mutter/mutter_42.0.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_42.0.bb b/meta-gnome/recipes-gnome/mutter/mutter_43.1.bb index 7855362800..9b764c666b 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 = " \ | |||
7 | wayland-native \ | 7 | wayland-native \ |
8 | virtual/libx11 \ | 8 | virtual/libx11 \ |
9 | graphene \ | 9 | graphene \ |
10 | gtk+3 \ | 10 | gtk4 \ |
11 | gdk-pixbuf \ | 11 | gdk-pixbuf \ |
12 | cairo \ | 12 | cairo \ |
13 | pango \ | 13 | pango \ |
@@ -17,7 +17,7 @@ DEPENDS = " \ | |||
17 | gnome-settings-daemon \ | 17 | gnome-settings-daemon \ |
18 | libxtst \ | 18 | libxtst \ |
19 | libxkbfile \ | 19 | libxkbfile \ |
20 | xinerama \ | 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xinerama', '', d)} \ |
21 | xwayland \ | 21 | xwayland \ |
22 | " | 22 | " |
23 | 23 | ||
@@ -25,7 +25,7 @@ GNOMEBASEBUILDCLASS = "meson" | |||
25 | 25 | ||
26 | inherit gnomebase gsettings gobject-introspection gettext features_check | 26 | inherit gnomebase gsettings gobject-introspection gettext features_check |
27 | 27 | ||
28 | SRC_URI[archive.sha256sum] = "d1e240446b7f8cd8a3ff9daae336c1c9016193ba7e0769c79a5e6c03849022e5" | 28 | SRC_URI[archive.sha256sum] = "f2f08b252783948a5ecc82f00e9e935a61ebbf8564844bdd92788ab44aa78264" |
29 | 29 | ||
30 | # x11 is still manadatory - see meson.build | 30 | # x11 is still manadatory - see meson.build |
31 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" | 31 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" |
@@ -60,7 +60,7 @@ PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm" | |||
60 | PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" | 60 | PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" |
61 | PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" | 61 | PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" |
62 | 62 | ||
63 | MUTTER_API_NAME = "mutter-10" | 63 | MUTTER_API_NAME = "mutter-11" |
64 | 64 | ||
65 | do_install:append() { | 65 | do_install:append() { |
66 | # Add gir links in standard paths. That makes dependents life much easier | 66 | # Add gir links in standard paths. That makes dependents life much easier |
@@ -78,6 +78,7 @@ PACKAGES =+ "${PN}-tests ${PN}-gsettings" | |||
78 | 78 | ||
79 | FILES:${PN} += " \ | 79 | FILES:${PN} += " \ |
80 | ${datadir}/gnome-control-center \ | 80 | ${datadir}/gnome-control-center \ |
81 | ${datadir}/gir-1.0 \ | ||
81 | ${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \ | 82 | ${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \ |
82 | ${libdir}/${MUTTER_API_NAME}/*.typelib \ | 83 | ${libdir}/${MUTTER_API_NAME}/*.typelib \ |
83 | ${libdir}/${MUTTER_API_NAME}/plugins \ | 84 | ${libdir}/${MUTTER_API_NAME}/plugins \ |