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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user