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}
|
%if %{num_patches}
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: meson >= 0.40
|
BuildRequires: meson >= 0.43
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
# for now, should not be necessary when we switch to i18n.merge_file()
|
|
||||||
BuildRequires: intltool
|
|
||||||
|
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(post): sed
|
Requires(post): sed
|
||||||
@ -314,6 +312,10 @@ CONFIGURE_OPTS=(
|
|||||||
-Ddefault-kill-user-processes=false
|
-Ddefault-kill-user-processes=false
|
||||||
-Dtests=unsafe
|
-Dtests=unsafe
|
||||||
-Dinstall-tests=true
|
-Dinstall-tests=true
|
||||||
|
-Dtty-gid=5
|
||||||
|
-Dusers-gid=100
|
||||||
|
-Dnobody-user=nfsnobody
|
||||||
|
-Dnobody-group=nfsnobody
|
||||||
-Db_lto=true
|
-Db_lto=true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user