summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2017-10-26 22:34:03 +0300
committerOleg Oshmyan <chortos@inbox.lv>2017-10-31 14:00:06 +0200
commit0b232482a4ad0c82aede8ebd346b3148174b3177 (patch)
treef36c430aa28540c5268773b4ad57c7441c5b9ded
parentfa0783fc021ccd1476b6aa2b94d9836331983caf (diff)
downloadlibass-0b232482a4ad0c82aede8ebd346b3148174b3177.tar.bz2
libass-0b232482a4ad0c82aede8ebd346b3148174b3177.tar.xz
Don't link Core Text font provider to unneeded CoreGraphics framework
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 28f4b59..8280beb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -163,7 +163,7 @@ OLDLIBS="$LIBS"
# Linking to CoreText directly only works from Mountain Lion and iOS6. In
# earlier OS releases CoreText was part of the ApplicationServices umbrella
# framework.
-LIBS="$LIBS -framework CoreText -framework CoreFoundation -framework CoreGraphics"
+LIBS="$LIBS -framework CoreText -framework CoreFoundation"
AC_MSG_CHECKING([for CORETEXT])
AC_LINK_IFELSE([
AC_LANG_PROGRAM(