pango r2561 - trunk



Author: behdad
Date: Tue Jan 29 23:30:03 2008
New Revision: 2561
URL: http://svn.gnome.org/viewvc/pango?rev=2561&view=rev

Log:
2008-01-29  Behdad Esfahbod  <behdad gnome org>

        * configure.in: Oops.  Add fontconfig cflags/libs with freetype's.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Jan 29 23:30:03 2008
@@ -232,6 +232,9 @@
 fi
 if $have_freetype ; then
   AC_DEFINE(HAVE_FREETYPE, 1, [Have FreeType 2 library])
+  # By freetype, we really always mean freetype+fontconfig
+  FREETYPE_CFLAGS="$FREETYPE_CFLAGS $FONTCONFIG_CFLAGS"
+  FREETYPE_LIBS="$FREETYPE_LIBS $FONTCONFIG_LIBS"
 fi
 AM_CONDITIONAL(HAVE_FREETYPE, $have_freetype)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]