Accepting request 994642 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/994642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/meson?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2022-08-18 14:48:42 +00:00 committed by Git OBS Bridge
commit 6bcb4a1f6d
2 changed files with 8 additions and 2 deletions

View File

@ -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>

View File

@ -26,6 +26,7 @@
%endif
%bcond_with setuptools
%bcond_without mono
%define _name mesonbuild
%{!?vim_data_dir:%global vim_data_dir %{_datadir}/vim}
Name: meson%{name_ext}
@ -114,8 +115,7 @@ BuildRequires: python2-PyYAML
BuildRequires: libboost_python-devel
BuildRequires: python2-devel
%endif
%ifnarch s390x
# csharp is not on s390 machines
%if %{with mono}
BuildRequires: mono(csharp)
%endif
%endif