forked from pool/meson
Accepting request 741489 from home:fcrozat:branches:devel:tools:building
- Do not buildrequires mono(csharp) or mono-core on SLE. OBS-URL: https://build.opensuse.org/request/show/741489 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=147
This commit is contained in:
parent
5566052395
commit
f925c30940
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 11:26:06 UTC 2019 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Do not buildrequires mono(csharp) or mono-core on SLE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 11:08:21 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -116,11 +116,15 @@ BuildRequires: rust-std
|
||||
BuildRequires: wxWidgets-any-devel
|
||||
# csharp is not on s390 machines
|
||||
%ifnarch s390x
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: mono(csharp)
|
||||
%endif
|
||||
%endif
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%if 0%{?is_opensuse}
|
||||
BuildRequires: mono-core
|
||||
%endif
|
||||
BuildRequires: wxWidgets-devel
|
||||
%endif
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user