meson: Use version comparison function
This commit is contained in:
parent
af052688d8
commit
73353b3376
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue