meson.build: require Meson 1.0

Debian Bookworm (the current stable) has 1.0.1 and Ubuntu LTS 24.04
has 1.3.2.  It's acceptable to require at least version 1.0 now.
This commit is contained in:
Max Kellermann
2024-07-05 17:02:30 +02:00
parent 473fb4e19f
commit 044280c538
4 changed files with 5 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ project(
'mpd',
['c', 'cpp'],
version: '0.24',
meson_version: '>= 0.56.0',
meson_version: '>= 1.0',
default_options: [
'c_std=c11',
'build.c_std=c11',