build: bump min meson version to 0.58.0

Fixes the following warning:

    ../meson.build:59: WARNING: Project targeting '>=0.55.0' but tried to use feature introduced in '0.58.0': Positional argument to dep.get_variable().
This commit is contained in:
Simon Ser 2022-01-31 14:39:34 +01:00
parent 429107e193
commit c110515345

View file

@ -2,7 +2,7 @@ project(
'gamescope',
'c',
'cpp',
meson_version: '>=0.55.0',
meson_version: '>=0.58.0',
default_options: [
'cpp_std=c++14',
'warning_level=2',