]> granicus.if.org Git - libass/commitdiff
Don't link Core Text font provider to unneeded CoreGraphics framework
authorOleg Oshmyan <chortos@inbox.lv>
Thu, 26 Oct 2017 19:34:03 +0000 (22:34 +0300)
committerOleg Oshmyan <chortos@inbox.lv>
Tue, 31 Oct 2017 12:00:06 +0000 (14:00 +0200)
configure.ac

index 28f4b59efdd7472f8e00c0627677b4a04c5af308..8280beb208685507a68cc7ecd0afddadf7baf739 100644 (file)
@@ -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(