meson: Use version comparison function

This commit is contained in:
Xavier Claessens 2020-10-02 16:24:39 -04:00
parent af052688d8
commit 73353b3376
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ fc_headers = [
install_headers(fc_headers, subdir: meson.project_name()) install_headers(fc_headers, subdir: meson.project_name())
# Summary # Summary
if meson.version() >= '0.53' if meson.version().version_compare('>= 0.53')
doc_targets = get_variable('doc_targets', []) doc_targets = get_variable('doc_targets', [])
summary({ summary({