Actions
Cleanup #452
openflashrom - meson.build file - update meson_version to >=0.57.0
Start date:
02/02/2023
% Done:
0%
Description
meson.build:4
meson_version : '>=0.53.0',
$ meson setup ...
...
WARNING: Project specifies a minimum meson_version '>=0.53.0' but uses features which were added in newer versions:
* 0.57.0: {'test() timeout <= 0'}
...
Updated by Alexander Goncharov almost 2 years ago
As I understand it's related to tests/meson.build
file. I used meson 0.53.0 and 1.0.0 to reproduce this warning message, but meson doesn't print anything. Did you use source code from master
branch?
Meson release notes 0.57.0: https://mesonbuild.com/Release-notes-for-0-57-0.html
Actions