eog-plugins r58 - trunk



Author: friemann
Date: Sun Feb 15 11:22:19 2009
New Revision: 58
URL: http://svn.gnome.org/viewvc/eog-plugins?rev=58&view=rev

Log:
2009-02-15  Felix Riemann  <friemann svn gnome org>

	* configure.ac: Fix Bugzilla URI and remove unneeded dependencies
	on libglade and GnomeVFS.


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Feb 15 11:22:19 2009
@@ -3,7 +3,7 @@
 EOG_MAJOR=2.20.0
 EOG_PLUGINS_MAJOR=2.20.0
 
-AC_INIT(eog-plugins, 2.19.6, http://bugzilla.gnome.org/enter_bug.cgi?product=eog-plugins)
+AC_INIT([eog-plugins], [2.19.6], [http://bugzilla.gnome.org/enter_bug.cgi?product=eog&component=plugins])
 
 AC_CONFIG_SRCDIR([plugins])
 AC_PREFIX_PROGRAM([eog])
@@ -46,12 +46,10 @@
 # GNOME Libs 
 # **********
 
-PKG_CHECK_MODULES(EOG, [
+PKG_CHECK_MODULES([EOG], [
 	glib-2.0 >= 2.12.0
 	gtk+-2.0 >= 2.10.0
 	eog >= 2.19.0
-	libglade-2.0 >= 2.3.6
-	gnome-vfs-2.0 >= 2.10.0
 ])
 AC_SUBST(EOG_LIBS)
 AC_SUBST(EOG_CFLAGS)



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