diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-11-27 13:28:38 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-27 08:16:26 -0800 |
| commit | c8f1ded75886e12a0874533b0fc581b7bbb25365 (patch) | |
| tree | 0fbdfa9bc10963756b741548ba51ad2591dbb756 | |
| parent | 8be49739f11f25e50762d4e9c899f1a93acf1cae (diff) | |
| download | meta-openembedded-c8f1ded75886e12a0874533b0fc581b7bbb25365.tar.gz | |
mutter: update 42.0 -> 43.1
- build with gtk4
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 \ |
