gedit r6400 - trunk



Author: pborelli
Date: Wed Aug 13 16:40:58 2008
New Revision: 6400
URL: http://svn.gnome.org/viewvc/gedit?rev=6400&view=rev

Log:
lower the requested libs to what was in libgnome


Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Aug 13 16:40:58 2008
@@ -163,14 +163,13 @@
 dnl ================================================================
 
 PKG_CHECK_MODULES(GEDIT, [
+	sm >= 1.0.0
 	libxml-2.0 >= 2.5.0
 	glib-2.0 >= 2.13.0
 	gio-2.0 >= 2.16.0
 	gtk+-2.0 >= 2.13.0
 	gtksourceview-2.0 >= 2.2.0
-	gconf-2.0 >= 2.16.0
-	libxml-2.0 >= 2.6.22
-	sm >= 1.1.0
+	gconf-2.0 >= 1.1.11
 ])
 GEDIT_LIBS="${GEDIT_LIBS}"
 AC_SUBST(GEDIT_LIBS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]