diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-09-18 23:51:38 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-20 15:34:02 -0700 |
commit | ccc64151f7861b052cd5c02cb6721c37182b7179 (patch) | |
tree | 58ac2c0cf673a7e63a06c2934c7545d7b34cd506 /meta-gnome/recipes-gnome | |
parent | 46819ee4349333b6acd45e79fdc6872f07b6480b (diff) | |
download | meta-openembedded-ccc64151f7861b052cd5c02cb6721c37182b7179.tar.gz |
mutter: upgrade 44.3 -> 45.0
- add packageconfig for libdisplay-info (edid parser helper)
- add required dependency on libei
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')
-rw-r--r-- | meta-gnome/recipes-gnome/mutter/mutter_45.0.bb (renamed from meta-gnome/recipes-gnome/mutter/mutter_44.3.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_44.3.bb b/meta-gnome/recipes-gnome/mutter/mutter_45.0.bb index 6bd8a7b08..87d61c266 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_44.3.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_45.0.bb | |||
@@ -15,6 +15,7 @@ DEPENDS = " \ | |||
15 | json-glib \ | 15 | json-glib \ |
16 | gnome-desktop \ | 16 | gnome-desktop \ |
17 | gnome-settings-daemon \ | 17 | gnome-settings-daemon \ |
18 | libei \ | ||
18 | libxtst \ | 19 | libxtst \ |
19 | libxkbfile \ | 20 | libxkbfile \ |
20 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xinerama', '', d)} \ | 21 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xinerama', '', d)} \ |
@@ -25,7 +26,7 @@ GNOMEBASEBUILDCLASS = "meson" | |||
25 | 26 | ||
26 | inherit gnomebase gsettings gobject-introspection gettext features_check | 27 | inherit gnomebase gsettings gobject-introspection gettext features_check |
27 | 28 | ||
28 | SRC_URI[archive.sha256sum] = "185cbebf2150d3e450550e371bdb13a8b4db096978b14f99521e966eacc70551" | 29 | SRC_URI[archive.sha256sum] = "8fbc963019eda9ba52fca2f6c4c477efbc6e36eb4fa93f23174f02ff6b907715" |
29 | 30 | ||
30 | # x11 is still manadatory - see meson.build | 31 | # x11 is still manadatory - see meson.build |
31 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" | 32 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" |
@@ -53,6 +54,7 @@ EXTRA_OEMESON += " \ | |||
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[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[opengl] = "-Dopengl=true, -Dopengl=true, virtual/libgl" |
55 | PACKAGECONFIG[glx] = "-Dglx=true, -Dglx=false" | 56 | PACKAGECONFIG[glx] = "-Dglx=true, -Dglx=false" |
57 | PACKAGECONFIG[libdisplay-info] = "-Dlibdisplay_info=true, -Dlibdisplay_info=false, libdisplay-info" | ||
56 | PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom" | 58 | PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom" |
57 | # Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+ | 59 | # Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+ |
58 | PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire" | 60 | PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire" |
@@ -60,7 +62,7 @@ PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm" | |||
60 | PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" | 62 | PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" |
61 | PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" | 63 | PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" |
62 | 64 | ||
63 | MUTTER_API_NAME = "mutter-12" | 65 | MUTTER_API_NAME = "mutter-13" |
64 | 66 | ||
65 | do_install:prepend() { | 67 | do_install:prepend() { |
66 | sed -i -e 's|${B}/||g' ${B}/clutter/clutter/clutter-enum-types.c | 68 | sed -i -e 's|${B}/||g' ${B}/clutter/clutter/clutter-enum-types.c |