mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[meson] Fix unintended change to coretext
This commit is contained in:
parent
9439e1fdad
commit
9d754188c6
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ endif
|
|||
if conf.get('HAVE_CORETEXT', 0) == 1
|
||||
hb_sources += hb_coretext_sources
|
||||
hb_headers += hb_coretext_headers
|
||||
harfbuzz_deps += coretext_dep
|
||||
harfbuzz_deps += coretext_deps
|
||||
endif
|
||||
|
||||
if conf.get('HAVE_FONTATIONS', 0) == 1
|
||||
|
|
Loading…
Add table
Reference in a new issue