we now depend on gtk2.8. fixes #2248
This commit is contained in:
parent
3cf16a5a4a
commit
896b5647f2
|
@ -16,7 +16,7 @@ Welcome to Gajim and thank you for trying out our client.
|
|||
<h2>Runtime Requirements</h2>
|
||||
<ul>
|
||||
<li>python2.4 or higher</li>
|
||||
<li>pygtk2.6 or higher</li>
|
||||
<li>pygtk2.8 or higher</li>
|
||||
<li>python-libglade</li>
|
||||
<li>pysqlite2 (if you have python 2.5, you already have this)</li>
|
||||
</ul>
|
||||
|
|
|
@ -33,7 +33,7 @@ AM_NLS
|
|||
dnl ****
|
||||
dnl pygtk and gtk+
|
||||
dnl ****
|
||||
PKG_CHECK_MODULES([PYGTK], [gtk+-2.0 >= 2.6.0 pygtk-2.0 >= 2.6.0])
|
||||
PKG_CHECK_MODULES([PYGTK], [gtk+-2.0 >= 2.8.0 pygtk-2.0 >= 2.8.0])
|
||||
AC_SUBST(PYGTK_CFLAGS)
|
||||
AC_SUBST(PYGTK_LIBS)
|
||||
PYGTK_DEFS=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
|
||||
|
|
Loading…
Reference in New Issue