Accepting request 526327 from GNOME:Factory
- Drop SLE12 / Leap42 conditionals and build with wayland unconditionally. (forwarded request 526292 from zhangxiaofei) OBS-URL: https://build.opensuse.org/request/show/526327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=113
This commit is contained in:
commit
9e8777ff84
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 14 14:39:13 UTC 2017 - fezhang@suse.com
|
||||||
|
|
||||||
|
- Drop SLE12 / Leap42 conditionals and build with wayland
|
||||||
|
unconditionally.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 12 19:33:28 UTC 2017 - luc14n0@linuxmail.org
|
Tue Sep 12 19:33:28 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
12
mutter.spec
12
mutter.spec
@ -16,11 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} == 1315
|
|
||||||
%bcond_with wayland
|
|
||||||
%else
|
|
||||||
%bcond_without wayland
|
|
||||||
%endif
|
|
||||||
Name: mutter
|
Name: mutter
|
||||||
Version: 3.26.0
|
Version: 3.26.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -87,14 +82,12 @@ Obsoletes: typelib-1_0-Meta-3_0
|
|||||||
%if !0%{?is_opensuse}
|
%if !0%{?is_opensuse}
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
%endif
|
%endif
|
||||||
%if %{with wayland}
|
|
||||||
BuildRequires: pkgconfig(gbm) >= 10.3
|
BuildRequires: pkgconfig(gbm) >= 10.3
|
||||||
BuildRequires: pkgconfig(gudev-1.0) >= 232
|
BuildRequires: pkgconfig(gudev-1.0) >= 232
|
||||||
BuildRequires: pkgconfig(libdrm)
|
BuildRequires: pkgconfig(libdrm)
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.9
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.9
|
||||||
BuildRequires: pkgconfig(wayland-server) >= 1.13.0
|
BuildRequires: pkgconfig(wayland-server) >= 1.13.0
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mutter is a window and compositing manager based on Clutter, forked
|
Mutter is a window and compositing manager based on Clutter, forked
|
||||||
@ -152,13 +145,8 @@ translation-update-upstream
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
%if %{with wayland}
|
|
||||||
--enable-wayland \
|
--enable-wayland \
|
||||||
--enable-native-backend \
|
--enable-native-backend \
|
||||||
%else
|
|
||||||
--disable-wayland \
|
|
||||||
--disable-native-backend \
|
|
||||||
%endif
|
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-egl-device \
|
--enable-egl-device \
|
||||||
--enable-compile-warnings=maximum
|
--enable-compile-warnings=maximum
|
||||||
|
Loading…
Reference in New Issue
Block a user