diff options
-rw-r--r-- | meta-gnome/recipes-gnome/mutter/mutter_46.0.bb (renamed from meta-gnome/recipes-gnome/mutter/mutter_45.4.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb b/meta-gnome/recipes-gnome/mutter/mutter_46.0.bb index a32956ea60..d14f161f14 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_45.4.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_46.0.bb | |||
@@ -24,7 +24,7 @@ DEPENDS = " \ | |||
24 | 24 | ||
25 | inherit gnomebase gsettings gobject-introspection gettext features_check | 25 | inherit gnomebase gsettings gobject-introspection gettext features_check |
26 | 26 | ||
27 | SRC_URI[archive.sha256sum] = "91140837be15582f2c753be661ab8e42dad55d4a1b0f0650bd0b2c93f02bd7ab" | 27 | SRC_URI[archive.sha256sum] = "bb3f7d77aebdea9d317d3f5ef03868e4e7969da423ac495e33a16d61db2c9373" |
28 | 28 | ||
29 | # x11 is still manadatory - see meson.build | 29 | # x11 is still manadatory - see meson.build |
30 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" | 30 | REQUIRED_DISTRO_FEATURES = "wayland x11 polkit" |
@@ -63,9 +63,10 @@ PACKAGECONFIG[sound-player] = "-Dsound_player=true, -Dsound_player=false, libcan | |||
63 | PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" | 63 | PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" |
64 | PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" | 64 | PACKAGECONFIG[startup-notification] = "-Dstartup_notification=true, -Dstartup_notification=false, startup-notification, startup-notification" |
65 | 65 | ||
66 | MUTTER_API_NAME = "mutter-13" | 66 | MUTTER_API_NAME = "mutter-14" |
67 | 67 | ||
68 | do_install:prepend() { | 68 | do_install:prepend() { |
69 | sed -i -e 's|${B}/||g' ${B}/cogl/cogl/cogl-enum-types.c | ||
69 | sed -i -e 's|${B}/||g' ${B}/clutter/clutter/clutter-enum-types.c | 70 | 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-private-enum-types.c |
71 | sed -i -e 's|${B}/||g' ${B}/src/meta/meta-enum-types.c | 72 | sed -i -e 's|${B}/||g' ${B}/src/meta/meta-enum-types.c |