meson: set minimum version

This commit is contained in:
Mihai Fufezan 2025-09-01 22:58:57 +03:00
parent 46174f78b3
commit 8a959b4342
No known key found for this signature in database

View file

@ -11,6 +11,7 @@ project(
'debug=false',
'cpp_std=c++26',
],
meson_version: '>= 1.1.0',
)
datarootdir = '-DDATAROOTDIR="' + get_option('prefix') / get_option('datadir') + '"'