diff --git a/ChangeLog b/ChangeLog index 0c038ea16..b8be2cd90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ [dlg] Move the headers to include/dlg to simplify their use. - * autogen.sh, builds/toplevel.mk: Copy headers to incluide/dlg. + * autogen.sh, builds/toplevel.mk: Copy headers to include/dlg. * builds/freetype.mk, builds/windows/vc2010/freetype.vcxproj: Simplify included path. * include/freetype/internal/ftdebug.h: Simplify #include. diff --git a/devel/ftoption.h b/devel/ftoption.h index fa707568c..a84520799 100644 --- a/devel/ftoption.h +++ b/devel/ftoption.h @@ -287,7 +287,7 @@ FT_BEGIN_HEADER * options set by those programs have precedence, overwriting the value * here with the configured one. */ -/* #define FT_CONFIG_OPTION_USE_HARFBUZZ */ +#define FT_CONFIG_OPTION_USE_HARFBUZZ /**************************************************************************