[fontations] I don't know...

This commit is contained in:
Behdad Esfahbod 2025-03-04 01:36:21 -07:00 committed by Khaled Hosny
parent 161b20f333
commit f28daba53c
2 changed files with 1 additions and 3 deletions

View file

@ -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,

View file

@ -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