Accepting request 933218 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/933218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=175
This commit is contained in:
Dominique Leuenberger 2021-11-24 22:54:20 +00:00 committed by Git OBS Bridge
commit 4da08ec2d9
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 23 07:33:31 UTC 2021 - Alynx Zhou <alynx.zhou@suse.com>
- Enable wayland-eglstream dependency on Leap/SLE (jsc#SLE-19964).
-------------------------------------------------------------------
Fri Nov 19 08:10:15 UTC 2021 - Alynx Zhou <alynx.zhou@suse.com>
- Enable eglstream on Leap/SLE (jsc#SLE-19964).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 5 07:18:06 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com> Fri Nov 5 07:18:06 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -84,9 +84,7 @@ 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.21 BuildRequires: pkgconfig(wayland-protocols) >= 1.21
BuildRequires: pkgconfig(wayland-server) >= 1.13.0 BuildRequires: pkgconfig(wayland-server) >= 1.13.0
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
@ -153,9 +151,7 @@ applications that want to make use of the mutter library.
%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=true \ -Dtests=true \