[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Jan 2 15:23:11 UTC 2018
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3db1d34264d9405c7356668aa3c8ed3ab103da3c
Author: Romain Ouabdelkader <rouabdelkader at gopro.com>
Date: Thu Dec 21 14:39:34 2017 +0100
link with CoreFoundation when using CoreText
diff --git a/configure.ac b/configure.ac
index 7f24627f..0227166f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -429,7 +429,7 @@ if test "x$with_coretext" = "xyes" -o "x$with_coretext" = "xauto"; then
if $have_coretext; then
CORETEXT_CFLAGS=
- CORETEXT_LIBS="-framework CoreText -framework CoreGraphics"
+ CORETEXT_LIBS="-framework CoreText -framework CoreGraphics -framework CoreFoundation"
AC_SUBST(CORETEXT_CFLAGS)
AC_SUBST(CORETEXT_LIBS)
fi
More information about the HarfBuzz
mailing list