提交 eb4ebda2 编写于 作者: B Behdad Esfahbod

[configure] Fix check for FreeType

上级 cb0e99a5
......@@ -27,7 +27,7 @@ if $have_glib; then
fi
AM_CONDITIONAL(HAVE_GLIB, $have_glib)
PKG_CHECK_MODULES(FREETYPE, freetype, have_freetype=true, have_freetype=false)
PKG_CHECK_MODULES(FREETYPE, freetype2, have_freetype=true, have_freetype=false)
if $have_freetype; then
AC_DEFINE(HAVE_FREETYPE, 1, [Have FreeType 2 library])
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册