From 9d754188c634f1fbb13e6ccfcf3664b92efecb02 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 4 Mar 2025 03:55:09 -0700 Subject: [PATCH] [meson] Fix unintended change to coretext --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 1ceaa98fd..b78efe882 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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