From: Han-Wen Nienhuys <hanwen@xs4all.nl> Date: Thu, 16 Feb 2006 13:57:07 +0000 (+0000) Subject: HAVE_PANGO_FT2 iso. HAVE_PANGO_16 X-Git-Tag: release/2.7.35~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=34716fde705d6e6cffdad4213eb8044dd11e4db9;p=lilypond.git HAVE_PANGO_FT2 iso. HAVE_PANGO_16 --- diff --git a/ChangeLog b/ChangeLog index 5a57030827..557374fa5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-02-16 Han-Wen Nienhuys <hanwen@xs4all.nl> + + * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16 + 2006-02-16 Jan Nieuwenhuizen <janneke@gnu.org> * flower/test-file.cc: New file. diff --git a/lily/include/pango-font.hh b/lily/include/pango-font.hh index fcf5984bac..fd8ad69527 100644 --- a/lily/include/pango-font.hh +++ b/lily/include/pango-font.hh @@ -11,7 +11,7 @@ #include "config.hh" -#if HAVE_PANGO16 +#if HAVE_PANGO_FT2 #include <pango/pango.h> #include <pango/pangoft2.h>