Changeset 8481

Show
Ignore:
Timestamp:
08/10/07 00:01:36 (17 months ago)
Author:
asterix
Message:

we now depend on gtk2.8. fixes #2248

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r8395 r8481  
    3434dnl pygtk and gtk+ 
    3535dnl **** 
    36 PKG_CHECK_MODULES([PYGTK], [gtk+-2.0 >= 2.6.0 pygtk-2.0 >= 2.6.0]) 
     36PKG_CHECK_MODULES([PYGTK], [gtk+-2.0 >= 2.8.0 pygtk-2.0 >= 2.8.0]) 
    3737AC_SUBST(PYGTK_CFLAGS) 
    3838AC_SUBST(PYGTK_LIBS) 
  • trunk/README.html

    r7775 r8481  
    1717<ul> 
    1818<li>python2.4 or higher</li> 
    19 <li>pygtk2.6 or higher</li> 
     19<li>pygtk2.8 or higher</li> 
    2020<li>python-libglade</li> 
    2121<li>pysqlite2 (if you have python 2.5, you already have this)</li>