summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-03-08 06:36:47 +0100
committerWerner Lemberg <wl@gnu.org>2018-03-08 06:36:47 +0100
commitb0a93839b52818abbfe9b4c8755b4aa0f5232063 (patch)
tree397057f536520c24c5e2afeca1b3e730dd3a293c
parenta7833f26c4ac45cafe1dffdcd7f7dcfd6493161c (diff)
downloadfreetype2-b0a93839b52818abbfe9b4c8755b4aa0f5232063.tar.gz
CHANGES: Document `--enable-freetype-config'.
-rw-r--r--docs/CHANGES10
1 files changed, 10 insertions, 0 deletions
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.
+
======================================================================