forked from pool/meson
Accepting request 805358 from home:mgorse:branches:devel:tools:building
- Remove is_opensuse conditional and enable mono tests on SLE (jsc#SLE-11721). OBS-URL: https://build.opensuse.org/request/show/805358 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=167
This commit is contained in:
parent
8fe30063ae
commit
e9abc1ea82
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 16:58:09 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Remove is_opensuse conditional and enable mono tests on SLE
|
||||
(jsc#SLE-11721).
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 10:11:58 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -125,15 +125,11 @@ BuildRequires: rust
|
||||
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