[HarfBuzz] harfbuzz: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sun Aug 26 11:30:12 PDT 2012


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

New commits:
commit ae4d4e1de6b4512576080e95896383887b30982f
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sun Aug 26 14:27:44 2012 -0400

    Bug 53815 - CoreText backend doesn't link

diff --git a/configure.ac b/configure.ac
index 47a7b2b..53721cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,7 +206,7 @@ dnl ===========================================================================
 AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h, have_coretext=true, have_coretext=false)
 if $have_coretext; then
 	CORETEXT_CFLAGS=
-	CORETEXT_LIBS=
+	CORETEXT_LIBS="-framework ApplicationServices"
 	AC_SUBST(CORETEXT_CFLAGS)
 	AC_SUBST(CORETEXT_LIBS)
 	AC_DEFINE(HAVE_CORETEXT, 1, [Have Core Text backend])



More information about the HarfBuzz mailing list