bump required meson to 0.43

This commit is contained in:
Yu Watanabe 2017-12-12 14:27:09 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 9653e125fd
commit a8ba7b15a2
1 changed files with 5 additions and 3 deletions

View File

@ -97,10 +97,8 @@ BuildRequires: libseccomp-devel
%if %{num_patches}
BuildRequires: git
%endif
BuildRequires: meson >= 0.40
BuildRequires: meson >= 0.43
BuildRequires: gettext
# for now, should not be necessary when we switch to i18n.merge_file()
BuildRequires: intltool
Requires(post): coreutils
Requires(post): sed
@ -314,6 +312,10 @@ CONFIGURE_OPTS=(
-Ddefault-kill-user-processes=false
-Dtests=unsafe
-Dinstall-tests=true
-Dtty-gid=5
-Dusers-gid=100
-Dnobody-user=nfsnobody
-Dnobody-group=nfsnobody
-Db_lto=true
)