maint(core): explain (wrong) meson warning

Build-bot: skip
Test-bot: skip
This commit is contained in:
Eberhard Beilharz 2025-07-14 17:08:45 +02:00
parent 235b3c526e
commit acebacc2b6
No known key found for this signature in database
GPG key ID: E9140597606020D3

View file

@ -65,6 +65,7 @@ kmc_cmd = [node, '--enable-source-maps', kmc_root]
# Build all keyboards in output folder
foreach kbd : tests_needing_copy
# This will output a (wrong) deprecation warning with meson < 1.5 - see #13250
configure_file(input: kbd + '.xml', output: kbd + '.xml', copy: true)
endforeach
@ -77,6 +78,7 @@ foreach kbd : tests_with_testdata
endforeach
foreach kbd : tests_from_cldr
# This will output a (wrong) deprecation warning with meson < 1.5 - see #13250
configure_file(input: ldml_data / kbd + '.xml', output: kbd + '.xml', copy: true)
configure_file(
command: kmc_cmd + ['build', 'ldml-test-data', '@INPUT@', '--out-file', '@OUTPUT@'],