From 17375ff00b245441280514742db598c5078c2842 Mon Sep 17 00:00:00 2001 From: inv Date: Tue, 27 Nov 2012 07:24:26 +0000 Subject: [PATCH] Update for ftgl 2.1.3 --- config_files/ftgl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_files/ftgl.sh b/config_files/ftgl.sh index 71ebd53..3c28f6f 100755 --- a/config_files/ftgl.sh +++ b/config_files/ftgl.sh @@ -78,7 +78,7 @@ cd ${PRODUCT_SRC_DIR}/unix FTGL_CONFIGURE_OPTIONS="" FTGL_CONFIGURE_OPTIONS="${FTGL_CONFIGURE_OPTIONS} --enable-shared=yes --prefix=${PRODUCT_DIR}" -FTGL_CONFIGURE_OPTIONS="${FTGL_CONFIGURE_OPTIONS} --with-freetype-prefix=${FREETYPEDIR}" +FTGL_CONFIGURE_OPTIONS="${FTGL_CONFIGURE_OPTIONS} --with-ft-prefix=${FREETYPEDIR}" FTGL_CONFIGURE_OPTIONS="${FTGL_CONFIGURE_OPTIONS} --with-gl-inc=/usr/include" if test `uname -m` = "x86_64" ; then -- 2.39.2