[meson] Fix unintended change to coretext

This commit is contained in:
Behdad Esfahbod 2025-03-04 03:55:09 -07:00 committed by Khaled Hosny
parent 9439e1fdad
commit 9d754188c6

View file

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