forked from pool/meson
Accepting request 741506 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/741506 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=48
This commit is contained in:
commit
0ae290baba
@ -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>
|
Tue Aug 27 11:08:21 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -116,11 +116,15 @@ BuildRequires: rust-std
|
|||||||
BuildRequires: wxWidgets-any-devel
|
BuildRequires: wxWidgets-any-devel
|
||||||
# csharp is not on s390 machines
|
# csharp is not on s390 machines
|
||||||
%ifnarch s390x
|
%ifnarch s390x
|
||||||
|
%if 0%{?is_opensuse}
|
||||||
BuildRequires: mono(csharp)
|
BuildRequires: mono(csharp)
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
|
%if 0%{?is_opensuse}
|
||||||
BuildRequires: mono-core
|
BuildRequires: mono-core
|
||||||
|
%endif
|
||||||
BuildRequires: wxWidgets-devel
|
BuildRequires: wxWidgets-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user