summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2011-03-09 17:03:34 (GMT)
committerrmax <rmax>2011-03-09 17:03:34 (GMT)
commite3936d97898ad60cae3136709e8d443c97f4515d (patch)
tree48e4ac426beec09918f22bfb2c93ac19bfeb3159 /ChangeLog
parent46660fcc6c4e03b9e06fcec424cf42aaef363a53 (diff)
parent63c98ed9b6dfd081afdc878fd8011bfa08eedfa2 (diff)
downloadtk-e3936d97898ad60cae3136709e8d443c97f4515d.zip
tk-e3936d97898ad60cae3136709e8d443c97f4515d.tar.gz
tk-e3936d97898ad60cae3136709e8d443c97f4515d.tar.bz2
Fix libXft check
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afcabb3..602324b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-09 Reinhard Max <max@suse.de>
+
+ * unix/configure.in: Use a symbol from libXft itself for the link
+ test rather than one from libfreetype, because the latter doesn't
+ work when the linker is called with --as-needed.
+
2011-03-03 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* generic/tkCanvLine.c: [Bug 3175610]: Incomplete refresh of line items.