]> git.ipfire.org Git - people/stevee/pakfire.git/commit
meson: Avoid calling meson without setup is deprecated
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 29 Mar 2023 11:37:45 +0000 (13:37 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 29 Mar 2023 11:37:45 +0000 (13:37 +0200)
commitf31b649f048949e5482388b32a50f9a7bb09adf2
tree8e10c635443a5e17d1f4d9a33a2a61259efd2fe5
parent5e41470eb2bd1a60b300f90e53cf87cdb7ae65ae
meson: Avoid calling meson without setup is deprecated

Calling meson without setup as argument when configure
a project is deprecated since a while by the meson developers.

To avoid any problems in future adding this argument.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
macros/meson.macro