meson: set minimum version
This commit is contained in:
parent
46174f78b3
commit
8a959b4342
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ project(
|
||||||
'debug=false',
|
'debug=false',
|
||||||
'cpp_std=c++26',
|
'cpp_std=c++26',
|
||||||
],
|
],
|
||||||
|
meson_version: '>= 1.1.0',
|
||||||
)
|
)
|
||||||
|
|
||||||
datarootdir = '-DDATAROOTDIR="' + get_option('prefix') / get_option('datadir') + '"'
|
datarootdir = '-DDATAROOTDIR="' + get_option('prefix') / get_option('datadir') + '"'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue