meson: set minimum version

This commit is contained in:
Mihai Fufezan
2025-09-11 18:53:13 +03:00
parent 46174f78b3
commit 8a959b4342
+1
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') + '"'