Merge pull request #585 from ailin-nemui/win_seq

g_sequence backing for window list
This commit is contained in:
ailin-nemui 2017-01-03 12:45:50 +01:00 committed by GitHub
commit 01163710e7
3 changed files with 188 additions and 65 deletions

View file

@ -246,7 +246,7 @@ for try in 1 2; do
echo "*** trying without -lgmodule"
glib_modules=
fi
AM_PATH_GLIB_2_0(2.16.0,,, $glib_modules)
AM_PATH_GLIB_2_0(2.28.0,,, $glib_modules)
if test "$GLIB_LIBS"; then
if test $glib_modules = gmodule; then
AC_DEFINE(HAVE_GMODULE)