summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2023-05-22 12:19:40 +0200
committerKhem Raj <raj.khem@gmail.com>2023-05-23 08:48:17 -0700
commit4ae2268fe801c66100e1e603df51f14642f4b580 (patch)
tree86e63e29b010d0ee3ce3020722d33812f6adc9cc
parent21349a6e8360a47f235f8bad7d1ad7fcd4257f4e (diff)
downloadmeta-openembedded-4ae2268fe801c66100e1e603df51f14642f4b580.tar.gz
mutter: update 43.1 -> 44.1
- remove buildpath from enum-types 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_44.1.bb (renamed from meta-gnome/recipes-gnome/mutter/mutter_43.1.bb)10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_43.1.bb b/meta-gnome/recipes-gnome/mutter/mutter_44.1.bb
index 9b764c666..1060e916a 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_43.1.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_44.1.bb
@@ -25,7 +25,7 @@ GNOMEBASEBUILDCLASS = "meson"
25 25
26inherit gnomebase gsettings gobject-introspection gettext features_check 26inherit gnomebase gsettings gobject-introspection gettext features_check
27 27
28SRC_URI[archive.sha256sum] = "f2f08b252783948a5ecc82f00e9e935a61ebbf8564844bdd92788ab44aa78264" 28SRC_URI[archive.sha256sum] = "973aeafab42f06f934a0994fc84878958cdb4d2766a4c867a5ccdc547dd57056"
29 29
30# x11 is still manadatory - see meson.build 30# x11 is still manadatory - see meson.build
31REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" 31REQUIRED_DISTRO_FEATURES = "wayland x11 polkit"
@@ -60,7 +60,13 @@ PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm"
60PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" 60PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof"
61PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" 61PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification"
62 62
63MUTTER_API_NAME = "mutter-11" 63MUTTER_API_NAME = "mutter-12"
64
65do_install:prepend() {
66 sed -i -e 's|${B}/||g' ${B}/clutter/clutter/clutter-enum-types.c
67 sed -i -e 's|${B}/||g' ${B}/src/meta-private-enum-types.c
68 sed -i -e 's|${B}/||g' ${B}/src/meta/meta-enum-types.c
69}
64 70
65do_install:append() { 71do_install:append() {
66 # Add gir links in standard paths. That makes dependents life much easier 72 # Add gir links in standard paths. That makes dependents life much easier