Accepting request 994340 from home:dirkmueller:Factory
- mono-core is available on s390x now - make mono dependency an build-conditional OBS-URL: https://build.opensuse.org/request/show/994340 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=228
This commit is contained in:
parent
0c382b1d12
commit
ad41d8ab52
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 10 10:52:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- mono-core is available on s390x now
|
||||||
|
- make mono dependency an build-conditional
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 24 12:53:02 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Jun 24 12:53:02 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%bcond_with setuptools
|
%bcond_with setuptools
|
||||||
|
%bcond_with mono
|
||||||
%define _name mesonbuild
|
%define _name mesonbuild
|
||||||
%{!?vim_data_dir:%global vim_data_dir %{_datadir}/vim}
|
%{!?vim_data_dir:%global vim_data_dir %{_datadir}/vim}
|
||||||
Name: meson%{name_ext}
|
Name: meson%{name_ext}
|
||||||
@ -114,8 +115,7 @@ BuildRequires: python2-PyYAML
|
|||||||
BuildRequires: libboost_python-devel
|
BuildRequires: libboost_python-devel
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
%endif
|
%endif
|
||||||
%ifnarch s390x
|
%if %{with mono}
|
||||||
# csharp is not on s390 machines
|
|
||||||
BuildRequires: mono(csharp)
|
BuildRequires: mono(csharp)
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user