Branch - branch -main
Hash : 6eb4ed6a Author : Date : 2025-06-14T09:23:41
[meson] Disable some tests under -Dutilities=disabled Fixes https://github.com/harfbuzz/harfbuzz/issues/5365
Download
1 2 3 4 5 6 7
subdir('api') subdir('fuzzing') subdir('threads') if not get_option('utilities').disabled() subdir('subset') subdir('shape') endif