update harfbuzz to 10.1.0

This commit is contained in:
Sasha Szpakowski
2024-11-08 20:45:28 -04:00
parent 7ca40027e0
commit aecb572558
3449 changed files with 101770 additions and 22266 deletions
+28
View File
@@ -0,0 +1,28 @@
test('shape_threads', executable('hb-shape-threads', 'hb-shape-threads.cc',
dependencies: [
freetype_dep, thread_dep
],
cpp_args: [],
include_directories: [incconfig, incsrc],
link_with: [libharfbuzz],
install: false,
),
workdir: meson.current_source_dir() / '..' / '..',
timeout: 300,
suite: ['threads', 'slow'],
)
test('subset_threads', executable('hb-subset-threads', 'hb-subset-threads.cc',
dependencies: [
thread_dep
],
cpp_args: [],
include_directories: [incconfig, incsrc],
link_with: [libharfbuzz, libharfbuzz_subset],
install: false,
),
workdir: meson.current_source_dir() / '..' / '..',
timeout: 300,
suite: ['threads', 'slow'],
)