build: bump Meson requirement to 0.52.1
Fixes: https://gitlab.freedesktop.org/wayland/weston/-/issues/296 The conclusion (quite a while ago, too) was that requiring Meson 0.52 is fine. Mesa does that too. Bump the requirement to 0.52.1 which is the last release of the 0.52 series. This allows all issues listed in #296 to be worked on. It also allows switching to TAP in the test suite for more detailed reports. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ project('weston',
|
||||
'c_std=gnu99',
|
||||
'b_lundef=true',
|
||||
],
|
||||
meson_version: '>= 0.47',
|
||||
meson_version: '>= 0.52.1',
|
||||
license: 'MIT/Expat',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user