mirror of
https://github.com/tstellar/bygfoot.git
synced 2024-12-16 18:29:21 +01:00
Added dependency on glib 2.12 as we need a certain function from it
This commit is contained in:
parent
c5bd774ec9
commit
433d045f11
@ -10,7 +10,7 @@ AC_PROG_CC
|
||||
AM_PROG_CC_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 if pkg-config --exists gthread-2.0 ; then
|
||||
|
Loading…
Reference in New Issue
Block a user