提交 3d0ddd12 编写于 作者: B Behdad Esfahbod

Require glib >= 2.16 for the gobject option

上级 95ab82a9
......@@ -87,7 +87,7 @@ if $have_gthread; then
fi
AM_CONDITIONAL(HAVE_GTHREAD, $have_gthread)
PKG_CHECK_MODULES(GOBJECT, gobject-2.0, have_gobject=true, have_gobject=false)
PKG_CHECK_MODULES(GOBJECT, gobject-2.0 glib-2.0 >= 2.16, have_gobject=true, have_gobject=false)
if $have_gobject; then
AC_DEFINE(HAVE_GOBJECT, 1, [Have gobject2 library])
GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册