From b0a93839b52818abbfe9b4c8755b4aa0f5232063 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 8 Mar 2018 06:36:47 +0100 Subject: [PATCH] CHANGES: Document `--enable-freetype-config'. --- docs/CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/CHANGES b/docs/CHANGES index 4add2477d..4b525558e 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -14,6 +14,16 @@ CHANGES BETWEEN 2.9 and 2.9.1 the base module (and thus no longer configurable in file `modules.cfg'). + - Use of the `freetype-config' script to get compilation and + linking options is deprecated since it doesn't support + cross-compiling, among other deficiencies. Instead, you should + use the `pkg-config' interface. + + The `configure' script no longer installs `freetype-config' by + default. For backwards compatibility, a new configure option + `--enable-freetype-config' is provided that reverts this + decision. + ======================================================================