Commit b0a93839b52818abbfe9b4c8755b4aa0f5232063

Werner Lemberg 2018-03-08T06:36:47

CHANGES: Document `--enable-freetype-config'.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/docs/CHANGES b/docs/CHANGES
index 4add247..4b52555 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.
+
 
 ======================================================================