[rtems-graphics-toolkit commit] Added freetype library to link list for fltk

Gedare Bloom gedare at rtems.org
Tue Dec 24 15:24:16 UTC 2013


Module:    rtems-graphics-toolkit
Branch:    master
Commit:    d280eda588d367493e1fdd20124ea9b954971e03
Changeset: http://git.rtems.org/rtems-graphics-toolkit/commit/?id=d280eda588d367493e1fdd20124ea9b954971e03

Author:    Alexandru-Sever Horin <alex.sever.h at gmail.com>
Date:      Mon Aug 20 19:50:43 2012 +0300

Added freetype library to link list for fltk

---

 fltk-1.3.0/configure    |    2 +-
 fltk-1.3.0/configure.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fltk-1.3.0/configure b/fltk-1.3.0/configure
index a64d0c1..224b545 100755
--- a/fltk-1.3.0/configure
+++ b/fltk-1.3.0/configure
@@ -7262,7 +7262,7 @@ fi
 $as_echo "$as_me: WARNING: Ignoring libraries \"$X_PRE_LIBS\" requested by configure." >&2;}
 	fi
 
-	LIBS="$LIBS -lX11 -lnano-X -ltiff -lt1 $X_EXTRA_LIBS"
+	LIBS="$LIBS -lX11 -lnano-X -ltiff -lfreetype -lt1 $X_EXTRA_LIBS"
 	CFLAGS="$CFLAGS $X_CFLAGS"
 	CXXFLAGS="$CXXFLAGS $X_CFLAGS"
 	LDFLAGS="$X_LIBS $LDFLAGS"
diff --git a/fltk-1.3.0/configure.in b/fltk-1.3.0/configure.in
index ee1e0f1..c48cbb8 100644
--- a/fltk-1.3.0/configure.in
+++ b/fltk-1.3.0/configure.in
@@ -923,7 +923,7 @@ case $uname_GUI in
 	    AC_MSG_WARN(Ignoring libraries \"$X_PRE_LIBS\" requested by configure.)
 	fi
 
-	LIBS="$LIBS -lX11 -lnano-X -ltiff -lt1 $X_EXTRA_LIBS"
+	LIBS="$LIBS -lX11 -lnano-X -ltiff -lfreetype -lt1 $X_EXTRA_LIBS"
 	CFLAGS="$CFLAGS $X_CFLAGS"
 	CXXFLAGS="$CXXFLAGS $X_CFLAGS"
 	LDFLAGS="$X_LIBS $LDFLAGS"




More information about the vc mailing list