mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-12 08:13:17 +00:00
[fontations] I don't know...
This commit is contained in:
parent
161b20f333
commit
f28daba53c
2 changed files with 1 additions and 3 deletions
|
@ -708,10 +708,8 @@ if get_option('fontations').enabled()
|
|||
libharfbuzz_fontations = library('harfbuzz-fontations', hb_fontations_sources,
|
||||
include_directories: incconfig,
|
||||
link_with: [libharfbuzz, cargo_build],
|
||||
dependencies: [harfbuzz_fontations_dep],
|
||||
soversion: hb_so_version,
|
||||
version: version,
|
||||
rust_abi: 'c',
|
||||
install: true,
|
||||
darwin_versions: darwin_versions,
|
||||
link_language: chosen_linker,
|
||||
|
|
|
@ -19,7 +19,7 @@ hb_subset_cli_sources = [
|
|||
'helper-subset.hh',
|
||||
]
|
||||
|
||||
util_deps = [freetype_dep, cairo_dep, cairo_ft_dep, glib_dep, harfbuzz_fontations_dep]
|
||||
util_deps = [freetype_dep, cairo_dep, cairo_ft_dep, glib_dep, libharfbuzz_fontations_dep]
|
||||
|
||||
if conf.get('HAVE_GLIB', 0) == 1
|
||||
if conf.get('HAVE_CAIRO', 0) == 1
|
||||
|
|
Loading…
Add table
Reference in a new issue