Author: AlbrechtS
Date: 2011-02-24 02:04:59 -0800 (Thu, 24 Feb 2011)
New Revision: 8468
Log:
Fixed linker issue (missing -lfontconfig) when configured with
--enable-xft (STR #2570)
Modified:
branches/branch-1.1/CHANGES
branches/branch-1.1/configure.in
Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2011-02-23 14:36:18 UTC (rev 8467)
+++ branches/branch-1.1/CHANGES 2011-02-24 10:04:59 UTC (rev 8468)
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.11
+ - Fixed linker issue (missing -lfontconfig) when configured with
+ --enable-xft (STR #2570)
- Fixed fluid desktop file (STR #2328)
- Fixed OpenGL overlay drawing (STR #2437)
- Fixed Fl_Tabs selection border drawing, if tabs are at the bottom
Modified: branches/branch-1.1/configure.in
===================================================================
--- branches/branch-1.1/configure.in 2011-02-23 14:36:18 UTC (rev 8467)
+++ branches/branch-1.1/configure.in 2011-02-24 10:04:59 UTC (rev 8468)
@@ -873,6 +873,7 @@
CPPFLAGS="`$FTCONFIG --cflags` $CPPFLAGS"
CXXFLAGS="`$FTCONFIG --cflags` $CXXFLAGS"
+ AC_CHECK_LIB(fontconfig, FcPatternCreate)
AC_CHECK_HEADER(X11/Xft/Xft.h,
AC_CHECK_LIB(Xft, XftDrawCreate,
AC_DEFINE(USE_XFT)
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit