From ec35c3552abcd64410ff7976e90549e465f7d431 Mon Sep 17 00:00:00 2001 From: VincentWei Date: Fri, 19 Jan 2018 19:44:33 +0800 Subject: [PATCH] DEP_LIBS += freetype --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index e2194b45..0d97c5d0 100644 --- a/configure.ac +++ b/configure.ac @@ -2055,6 +2055,7 @@ case "$use_ttf_lib" in FT1_INC_DIR="-I$with_ft1_includes" fi + DEP_LIBS="$DEP_LIBS -lttf" AC_SUBST(FT1_INC_DIR) ;; ft2) @@ -2071,6 +2072,7 @@ case "$use_ttf_lib" in FT2_INC_DIR="-I$with_ft2_includes" fi + DEP_LIBS="$DEP_LIBS -lfreetype" AC_SUBST(FT2_INC_DIR) ;; esac