forked from pool/mutter
Accepting request 909102 from home:yfjiang:branches:GNOME:Factory
- Synchronize changelog between SLE, Leap and Factory. - Disable eglstream on Leap/SLE by now since it is under review. OBS-URL: https://build.opensuse.org/request/show/909102 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=384
This commit is contained in:
parent
1cab137a4c
commit
a557c1f261
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Jul 28 03:34:42 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
|
||||||
|
|
||||||
@ -326,6 +336,8 @@ Thu Oct 8 03:37:51 UTC 2020 - dimstar@opensuse.org
|
|||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
- Drop mutter-meson_options-Use-libGLESv2.so.2-for-COGL_DRIVER-gle.patch:
|
- Drop mutter-meson_options-Use-libGLESv2.so.2-for-COGL_DRIVER-gle.patch:
|
||||||
fixed upstream.
|
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>
|
Wed Oct 7 18:56:51 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
@ -356,6 +368,13 @@ Tue Sep 8 12:03:37 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
|||||||
- Drop patch fixed upstream:
|
- Drop patch fixed upstream:
|
||||||
+ mutter-meson_options-Use-libGLESv2.so.2-for-COGL_DRIVER-gle.patch
|
+ 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>
|
Thu Aug 20 15:34:43 UTC 2020 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
@ -83,7 +83,9 @@ BuildRequires: pkgconfig(sysprof-capture-4) >= 3.37.3
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
BuildRequires: pkgconfig(upower-glib) >= 0.99.0
|
BuildRequires: pkgconfig(upower-glib) >= 0.99.0
|
||||||
|
%if !0%{?sle_version}
|
||||||
BuildRequires: pkgconfig(wayland-eglstream)
|
BuildRequires: pkgconfig(wayland-eglstream)
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.18
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.18
|
||||||
BuildRequires: pkgconfig(wayland-server) >= 1.13.0
|
BuildRequires: pkgconfig(wayland-server) >= 1.13.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
@ -149,7 +151,9 @@ translation-update-upstream po mutter
|
|||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Degl_device=true \
|
-Degl_device=true \
|
||||||
|
%if !0%{?sle_version}
|
||||||
-Dwayland_eglstream=true \
|
-Dwayland_eglstream=true \
|
||||||
|
%endif
|
||||||
-Dcogl_tests=false \
|
-Dcogl_tests=false \
|
||||||
-Dclutter_tests=false \
|
-Dclutter_tests=false \
|
||||||
-Dtests=false \
|
-Dtests=false \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user