configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3db1d34264d9405c7356668aa3c8ed3ab103da3c
Author: Romain Ouabdelkader <[email protected]>
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
_______________________________________________
HarfBuzz mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to