Accepting request 909107 from GNOME:Factory
- Synchronize changelog between SLE, Leap and Factory. - Disable eglstream on Leap/SLE by now since it is under review. (forwarded request 909102 from yfjiang) OBS-URL: https://build.opensuse.org/request/show/909107 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=168
This commit is contained in:
commit
d84476ed80
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 29 02:04:20 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
- Synchronize changelog between SLE, Leap and Factory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 29 01:36:50 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
- Disable eglstream on Leap/SLE by now since it is under review.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 28 03:34:42 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
- Add versioned BuildRequires to pkgconfig(libinput):
|
||||
https://gitlab.gnome.org/GNOME/mutter/-/blob/gnome-40/meson.build#L47
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 13 10:48:16 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@ -320,6 +336,8 @@ Thu Oct 8 03:37:51 UTC 2020 - dimstar@opensuse.org
|
||||
+ Updated translations.
|
||||
- Drop mutter-meson_options-Use-libGLESv2.so.2-for-COGL_DRIVER-gle.patch:
|
||||
fixed upstream.
|
||||
- Drop mutter-fix-wine-copy-and-paste.patch:
|
||||
fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 18:56:51 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
@ -350,6 +368,13 @@ Tue Sep 8 12:03:37 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
- Drop patch fixed upstream:
|
||||
+ mutter-meson_options-Use-libGLESv2.so.2-for-COGL_DRIVER-gle.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 08:40:27 UTC 2020 - Alynx Zhou <alynx.zhou@suse.com>
|
||||
|
||||
- Added mutter-fix-wine-copy-and-paste.patch: sometimes copy and
|
||||
paste will fail in wine applications, this upstream patch fixed
|
||||
it (boo#1175532, glgo#GNOME/mutter!1369).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 15:34:43 UTC 2020 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -69,7 +69,7 @@ BuildRequires: pkgconfig(gudev-1.0) >= 232
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 0.12.0
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.83
|
||||
BuildRequires: pkgconfig(libinput)
|
||||
BuildRequires: pkgconfig(libinput) >= 1.15.0
|
||||
BuildRequires: pkgconfig(libpipewire-0.3) >= 0.3.21
|
||||
BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.7
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
@ -83,7 +83,9 @@ BuildRequires: pkgconfig(sysprof-capture-4) >= 3.37.3
|
||||
%endif
|
||||
BuildRequires: pkgconfig(udev)
|
||||
BuildRequires: pkgconfig(upower-glib) >= 0.99.0
|
||||
%if !0%{?sle_version}
|
||||
BuildRequires: pkgconfig(wayland-eglstream)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.18
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.13.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
@ -149,7 +151,9 @@ translation-update-upstream po mutter
|
||||
%build
|
||||
%meson \
|
||||
-Degl_device=true \
|
||||
%if !0%{?sle_version}
|
||||
-Dwayland_eglstream=true \
|
||||
%endif
|
||||
-Dcogl_tests=false \
|
||||
-Dclutter_tests=false \
|
||||
-Dtests=false \
|
||||
|
Loading…
x
Reference in New Issue
Block a user