From ceb74567faa000289bae9f4110ae7752d762f597 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 9 Aug 2002 01:40:46 +0000 Subject: Some fixes from #90267 Thu Aug 8 21:37:48 2002 Owen Taylor Some fixes from #90267 * configure.in: Fix case where freetype2 is not in default include path. Quiet some warnings if /usr/lib/qt* doesn't exist. * examples/Makefile.am: Fix problem where if no Qt was found, -I /include was in the CFLAGS. --- ChangeLog.pre-1-6 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog.pre-1-6') diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index f1736e33..ca653461 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,24 @@ +Thu Aug 8 21:37:48 2002 Owen Taylor + + Some fixes from #90267 + + * configure.in: Fix case where freetype2 is not in + default include path. Quiet some warnings if + /usr/lib/qt* doesn't exist. + + * examples/Makefile.am: Fix problem where if no + Qt was found, -I /include was in the CFLAGS. + +Thu Aug 8 19:34:03 2002 Owen Taylor + + * configure.in: Remove the HAVE_FONTCONFIG conditional; + instead make the HAVE_FREETYPE conditional + be $have_freetype && $have_fontconfig. + + * pango/Makefile.am: Use the HAVE_FREETYPE conditional + for checking whether we are building the FT2 backend, + as we do everywhere else. + Thu Aug 8 19:14:09 2002 Owen Taylor * pango/pangoxft-font.c (load_fallback_font): Fix -- cgit v1.2.1