summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2014-04-22 00:41:57 +0200
committerJan Holesovsky <kendy@suse.cz>2014-04-22 01:17:10 +0200
commitfe5dbe3847838aae3dff246451969eba4c3decda (patch)
tree96c84659b1db0c77a190143a5af274b43446e149 /configure.ac
parent0f72d53c05b823b8baaa29c452d09243e52afb5a (diff)
libgltf: Make it link with freetype on Windows.
Change-Id: I57dcde58bb017ab087908154bc4a1af6d5d152b9
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bc5cfd78c7cb..bfc00bd49ad9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10378,6 +10378,9 @@ if test $_os != iOS -a $_os != Android -a $_os != Darwin -a "x$enable_gltf" != "
BUILD_TYPE="$BUILD_TYPE LIBGLTF"
if test "$test_freetype" = "no"; then
BUILD_TYPE="$BUILD_TYPE FREETYPE"
+ if test "$COM" = "MSC"; then
+ FREETYPE_LIBS="${WORKDIR}/UnpackedTarball/freetype/objs/win32/vc2010/freetype248.lib"
+ fi
fi
else
AC_MSG_RESULT([no])