diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-02-19 19:47:28 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:23 -0800 |
| commit | 9cefb71d857e97a7eb289292f2b908fb9139b0b3 (patch) | |
| tree | 78e8b46a6ed44ef84a5f063214d64e2808e06ba5 /meta-gnome/recipes-gnome/mutter/mutter_45.4.bb | |
| parent | b36965e7dd026a8f7398b9347906c831ed99af70 (diff) | |
| download | meta-openembedded-9cefb71d857e97a7eb289292f2b908fb9139b0b3.tar.gz | |
mutter: update 45.3 -> 45.4
45.4
====
* Restore IM state flushing before handling key events [Carlos; !3536]
* Fixed crashes [Carlos, Olivier; !3523, !3562]
Contributors:
Olivier Fourdan, Carlos Garnacho
Translators:
Efstathios Iosifidis [el]
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/mutter/mutter_45.4.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/mutter/mutter_45.4.bb | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb new file mode 100644 index 0000000000..eccc635456 --- /dev/null +++ b/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb | |||
| @@ -0,0 +1,108 @@ | |||
| 1 | SUMMARY = "Window and compositing manager based on Clutter" | ||
| 2 | LICENSE = "GPL-2.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 4 | |||
| 5 | DEPENDS = " \ | ||
| 6 | xserver-xorg-cvt-native \ | ||
| 7 | wayland-native \ | ||
| 8 | virtual/libx11 \ | ||
| 9 | colord \ | ||
| 10 | graphene \ | ||
| 11 | gtk4 \ | ||
| 12 | gdk-pixbuf \ | ||
| 13 | cairo \ | ||
| 14 | pango \ | ||
| 15 | gsettings-desktop-schemas \ | ||
| 16 | json-glib \ | ||
| 17 | libei \ | ||
| 18 | libxtst \ | ||
| 19 | libxkbfile \ | ||
| 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xinerama', '', d)} \ | ||
| 21 | xwayland \ | ||
| 22 | " | ||
| 23 | |||
| 24 | |||
| 25 | inherit gnomebase gsettings gobject-introspection gettext features_check | ||
| 26 | |||
| 27 | SRC_URI[archive.sha256sum] = "91140837be15582f2c753be661ab8e42dad55d4a1b0f0650bd0b2c93f02bd7ab" | ||
| 28 | |||
| 29 | # x11 is still manadatory - see meson.build | ||
| 30 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" | ||
| 31 | |||
| 32 | # systemd can be replaced by libelogind (not available atow - make systemd | ||
| 33 | # mandatory distro feature) | ||
| 34 | LOGIND ?= "systemd" | ||
| 35 | REQUIRED_DISTRO_FEATURES += "systemd" | ||
| 36 | |||
| 37 | # profiler requires sysprof 3.34 which is not willing to build atow | ||
| 38 | PACKAGECONFIG ??= " \ | ||
| 39 | native-backend \ | ||
| 40 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl glx', '', d)} \ | ||
| 41 | sm \ | ||
| 42 | startup-notification \ | ||
| 43 | gnome-desktop \ | ||
| 44 | " | ||
| 45 | |||
| 46 | EXTRA_OEMESON += " \ | ||
| 47 | -Dtests=false \ | ||
| 48 | -Dnative_tests=false \ | ||
| 49 | -Dxwayland_path=${bindir}/Xwayland \ | ||
| 50 | " | ||
| 51 | |||
| 52 | # combi-config - see meson_options.txt for more details | ||
| 53 | PACKAGECONFIG[native-backend] = "-Dnative_backend=true -Dudev=true, -Dnative_backend=false -Dudev=false, libdrm virtual/libgbm libinput ${LOGIND} virtual/egl virtual/libgles2 udev" | ||
| 54 | PACKAGECONFIG[opengl] = "-Dopengl=true, -Dopengl=true, virtual/libgl" | ||
| 55 | PACKAGECONFIG[glx] = "-Dglx=true, -Dglx=false" | ||
| 56 | PACKAGECONFIG[libdisplay-info] = "-Dlibdisplay_info=true, -Dlibdisplay_info=false, libdisplay-info" | ||
| 57 | PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom" | ||
| 58 | # Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+ | ||
| 59 | PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire" | ||
| 60 | PACKAGECONFIG[gnome-desktop] = "-Dlibgnome_desktop=true, -Dlibgnome_desktop=false, gnome-desktop gnome-settings-daemon" | ||
| 61 | PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm" | ||
| 62 | PACKAGECONFIG[sound-player] = "-Dsound_player=true, -Dsound_player=false, libcanberra" | ||
| 63 | PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" | ||
| 64 | PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" | ||
| 65 | |||
| 66 | MUTTER_API_NAME = "mutter-13" | ||
| 67 | |||
| 68 | do_install:prepend() { | ||
| 69 | sed -i -e 's|${B}/||g' ${B}/clutter/clutter/clutter-enum-types.c | ||
| 70 | sed -i -e 's|${B}/||g' ${B}/src/meta-private-enum-types.c | ||
| 71 | sed -i -e 's|${B}/||g' ${B}/src/meta/meta-enum-types.c | ||
| 72 | } | ||
| 73 | |||
| 74 | do_install:append() { | ||
| 75 | # Add gir links in standard paths. That makes dependents life much easier | ||
| 76 | # to find them | ||
| 77 | install -d ${D}${datadir}/gir-1.0 | ||
| 78 | for gir_full in `find ${D}${libdir}/${MUTTER_API_NAME} -name '*.gir'`; do | ||
| 79 | gir=`basename "$gir_full"` | ||
| 80 | ln -sr "${D}${libdir}/${MUTTER_API_NAME}/$gir" "${D}${datadir}/gir-1.0/$gir" | ||
| 81 | done | ||
| 82 | } | ||
| 83 | |||
| 84 | GSETTINGS_PACKAGE = "${PN}-gsettings" | ||
| 85 | |||
| 86 | PACKAGES =+ "${PN}-tests ${PN}-gsettings" | ||
| 87 | |||
| 88 | FILES:${PN} += " \ | ||
| 89 | ${datadir}/gnome-control-center \ | ||
| 90 | ${datadir}/gir-1.0 \ | ||
| 91 | ${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \ | ||
| 92 | ${libdir}/${MUTTER_API_NAME}/*.typelib \ | ||
| 93 | ${libdir}/${MUTTER_API_NAME}/plugins \ | ||
| 94 | " | ||
| 95 | |||
| 96 | FILES:${PN}-tests += " \ | ||
| 97 | ${datadir}/installed-tests \ | ||
| 98 | ${datadir}/${MUTTER_API_NAME}/tests \ | ||
| 99 | ${libexecdir}/installed-tests/${MUTTER_API_NAME} \ | ||
| 100 | " | ||
| 101 | |||
| 102 | FILES:${PN}-dev += " \ | ||
| 103 | ${libdir}/${MUTTER_API_NAME}/*.gir \ | ||
| 104 | ${libdir}/${MUTTER_API_NAME}/lib*.so \ | ||
| 105 | " | ||
| 106 | |||
| 107 | RDEPENDS:${PN} += "zenity ${PN}-gsettings gsettings-desktop-schemas" | ||
| 108 | |||
