we now depend on gtk2.8. fixes #2248
This commit is contained in:
		
							parent
							
								
									3cf16a5a4a
								
							
						
					
					
						commit
						896b5647f2
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -16,7 +16,7 @@ Welcome to Gajim and thank you for trying out our client.
 | 
				
			||||||
<h2>Runtime Requirements</h2>
 | 
					<h2>Runtime Requirements</h2>
 | 
				
			||||||
<ul>
 | 
					<ul>
 | 
				
			||||||
<li>python2.4 or higher</li>
 | 
					<li>python2.4 or higher</li>
 | 
				
			||||||
<li>pygtk2.6 or higher</li>
 | 
					<li>pygtk2.8 or higher</li>
 | 
				
			||||||
<li>python-libglade</li>
 | 
					<li>python-libglade</li>
 | 
				
			||||||
<li>pysqlite2 (if you have python 2.5, you already have this)</li>
 | 
					<li>pysqlite2 (if you have python 2.5, you already have this)</li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -33,7 +33,7 @@ AM_NLS
 | 
				
			||||||
dnl ****
 | 
					dnl ****
 | 
				
			||||||
dnl pygtk and gtk+
 | 
					dnl pygtk and gtk+
 | 
				
			||||||
dnl ****
 | 
					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_CFLAGS)
 | 
				
			||||||
AC_SUBST(PYGTK_LIBS)
 | 
					AC_SUBST(PYGTK_LIBS)
 | 
				
			||||||
PYGTK_DEFS=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
 | 
					PYGTK_DEFS=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue