diff --git a/mutter.changes b/mutter.changes index cffab97..5666d71 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 23 07:33:31 UTC 2021 - Alynx Zhou + +- Enable wayland-eglstream dependency on Leap/SLE (jsc#SLE-19964). + +------------------------------------------------------------------- +Fri Nov 19 08:10:15 UTC 2021 - Alynx Zhou + +- Enable eglstream on Leap/SLE (jsc#SLE-19964). + ------------------------------------------------------------------- Fri Nov 5 07:18:06 UTC 2021 - Bjørn Lie diff --git a/mutter.spec b/mutter.spec index b47d430..9c6f30a 100644 --- a/mutter.spec +++ b/mutter.spec @@ -84,9 +84,7 @@ 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.21 BuildRequires: pkgconfig(wayland-server) >= 1.13.0 BuildRequires: pkgconfig(x11) @@ -153,9 +151,7 @@ applications that want to make use of the mutter library. %build %meson \ -Degl_device=true \ -%if !0%{?sle_version} -Dwayland_eglstream=true \ -%endif -Dcogl_tests=false \ -Dclutter_tests=false \ -Dtests=true \