bump required meson to 0.43
This commit is contained in:
parent
9653e125fd
commit
a8ba7b15a2
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user