diff options
| -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 9b764c666b..1060e916a3 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 | ||
| 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] = "f2f08b252783948a5ecc82f00e9e935a61ebbf8564844bdd92788ab44aa78264" | 28 | SRC_URI[archive.sha256sum] = "973aeafab42f06f934a0994fc84878958cdb4d2766a4c867a5ccdc547dd57056" |
| 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,13 @@ 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-11" | 63 | MUTTER_API_NAME = "mutter-12" |
| 64 | |||
| 65 | do_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 | ||
| 65 | do_install:append() { | 71 | do_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 |
