SHA256
1
0
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:
2021-07-29 08:39:54 +00:00
committed by Git OBS Bridge
parent 1cab137a4c
commit a557c1f261
2 changed files with 23 additions and 0 deletions

View File

@@ -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 \