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 <[EMAIL PROTECTED]>
* 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)
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.