diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-08-09 01:40:46 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-08-09 01:40:46 +0000 |
commit | ceb74567faa000289bae9f4110ae7752d762f597 (patch) | |
tree | a72eb55482a54ffd947b145608e1fbffd5033ff8 /ChangeLog.pre-1-8 | |
parent | 38070eff87be3dd0c592ba53b11a10618b092250 (diff) | |
download | pango-ceb74567faa000289bae9f4110ae7752d762f597.tar.gz |
Some fixes from #90267
Thu Aug 8 21:37:48 2002 Owen Taylor <otaylor@redhat.com>
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.
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r-- | ChangeLog.pre-1-8 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index f1736e33..ca653461 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,24 @@ +Thu Aug 8 21:37:48 2002 Owen Taylor <otaylor@redhat.com> + + 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 <otaylor@redhat.com> + + * 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 <otaylor@redhat.com> * pango/pangoxft-font.c (load_fallback_font): Fix |