diff options
-rw-r--r-- | meta-gnome/recipes-gnome/mutter/mutter_47.0.bb (renamed from meta-gnome/recipes-gnome/mutter/mutter_46.4.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_46.4.bb b/meta-gnome/recipes-gnome/mutter/mutter_47.0.bb index c91744cf66..bc9508bf2f 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_46.4.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_47.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] = "611bd9cf982adb56597ce2b34224272fda619bb3bb912a684d75c6f2c37502e4" | 27 | SRC_URI[archive.sha256sum] = "2d0ea90150ac6cd0219d0078db05d6e1514d6ae21bf9f3f740d4fb039129016b" |
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" |
@@ -44,16 +44,15 @@ PACKAGECONFIG ??= " \ | |||
44 | " | 44 | " |
45 | 45 | ||
46 | EXTRA_OEMESON += " \ | 46 | EXTRA_OEMESON += " \ |
47 | -Dtests=false \ | 47 | -Dtests=disabled \ |
48 | -Dnative_tests=false \ | ||
49 | -Dxwayland_path=${bindir}/Xwayland \ | 48 | -Dxwayland_path=${bindir}/Xwayland \ |
50 | " | 49 | " |
51 | 50 | ||
52 | # combi-config - see meson_options.txt for more details | 51 | # 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" | 52 | 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" | 53 | PACKAGECONFIG[opengl] = "-Dopengl=true, -Dopengl=false, virtual/libgl" |
55 | PACKAGECONFIG[glx] = "-Dglx=true, -Dglx=false" | 54 | PACKAGECONFIG[glx] = "-Dglx=true, -Dglx=false" |
56 | PACKAGECONFIG[libdisplay-info] = "-Dlibdisplay_info=true, -Dlibdisplay_info=false, libdisplay-info" | 55 | PACKAGECONFIG[libdisplay-info] = "-Dlibdisplay_info=enabled, -Dlibdisplay_info=disabled, libdisplay-info" |
57 | PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom" | 56 | PACKAGECONFIG[libwacom] = "-Dlibwacom=true, -Dlibwacom=false, libwacom" |
58 | # Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+ | 57 | # Remove depending on pipewire-0.2 when mutter is upgraded to 3.36+ |
59 | PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire" | 58 | PACKAGECONFIG[remote-desktop] = "-Dremote_desktop=true, -Dremote_desktop=false, pipewire" |
@@ -63,7 +62,7 @@ PACKAGECONFIG[sound-player] = "-Dsound_player=true, -Dsound_player=false, libcan | |||
63 | PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" | 62 | PACKAGECONFIG[profiler] = "-Dprofiler=true,-Dprofiler=false,sysprof" |
64 | 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" |
65 | 64 | ||
66 | MUTTER_API_NAME = "mutter-14" | 65 | MUTTER_API_NAME = "mutter-15" |
67 | 66 | ||
68 | do_install:prepend() { | 67 | do_install:prepend() { |
69 | sed -i -e 's|${B}/||g' ${B}/cogl/cogl/cogl-enum-types.c | 68 | sed -i -e 's|${B}/||g' ${B}/cogl/cogl/cogl-enum-types.c |