mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[meson] make -subset target dependent to deps to get libm dependency
This commit is contained in:
parent
dca8ba6b6d
commit
bb095e1bdd
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@ defs_list += [harfbuzz_subset_def]
|
|||
|
||||
libharfbuzz_subset = library('harfbuzz-subset', hb_subset_sources,
|
||||
include_directories: incconfig,
|
||||
dependencies: deps,
|
||||
link_with: [libharfbuzz],
|
||||
cpp_args: cpp_args + extra_hb_cpp_args,
|
||||
soversion: hb_so_version,
|
||||
|
|
Loading…
Add table
Reference in a new issue