mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
meson: bump required version to 0.60.0
To suppress warning about install_tag argument.
This commit is contained in:
parent
ff5becf585
commit
35c035a1a7
@ -10,7 +10,7 @@ project('systemd', 'c',
|
||||
'localstatedir=/var',
|
||||
'warning_level=2',
|
||||
],
|
||||
meson_version : '>= 0.59.0',
|
||||
meson_version : '>= 0.60.0',
|
||||
)
|
||||
|
||||
libsystemd_version = '0.36.0'
|
||||
|
Loading…
Reference in New Issue
Block a user