mirror of https://github.com/tstellar/bygfoot.git
Added dependency on glib 2.12 as we need a certain function from it
This commit is contained in:
parent
8b32eade70
commit
117db55cb1
|
@ -10,7 +10,7 @@ AC_PROG_CC
|
||||||
AM_PROG_CC_STDC
|
AM_PROG_CC_STDC
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
|
||||||
pkg_modules="gtk+-2.0 >= 2.6"
|
pkg_modules="gtk+-2.0 >= 2.6 glib-2.0 >= 2.12"
|
||||||
|
|
||||||
dnl echo -n "checking for gthread-2.0 ... "
|
dnl echo -n "checking for gthread-2.0 ... "
|
||||||
dnl if pkg-config --exists gthread-2.0 ; then
|
dnl if pkg-config --exists gthread-2.0 ; then
|
||||||
|
|
Loading…
Reference in New Issue