mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[test/api] Simplify deps
This commit is contained in:
parent
0a5cc89e00
commit
6c98519c7e
1 changed files with 2 additions and 10 deletions
|
@ -103,17 +103,9 @@ foreach source : tests
|
|||
cpp_args = []
|
||||
test_name = source.split('.')[0]
|
||||
|
||||
deps = [coretext_deps,
|
||||
freetype_dep,
|
||||
gdi_uniscribe_deps,
|
||||
glib_dep,
|
||||
graphite2_dep,
|
||||
thread_dep,
|
||||
libharfbuzz_dep,
|
||||
libharfbuzz_icu_dep,
|
||||
deps = [libharfbuzz_dep,
|
||||
libharfbuzz_cairo_dep,
|
||||
#libharfbuzz_gobject_dep
|
||||
]
|
||||
libharfbuzz_icu_dep]
|
||||
suite = ['api']
|
||||
if test_name.contains('-subset') or test_name.contains('-instance')
|
||||
deps += libharfbuzz_subset_dep
|
||||
|
|
Loading…
Add table
Reference in a new issue