eog r4866 - in trunk: . cut-n-paste/toolbar-editor



Author: kmaraas
Date: Sun Nov  9 14:26:28 2008
New Revision: 4866
URL: http://svn.gnome.org/viewvc/eog?rev=4866&view=rev

Log:
2008-11-09  Kjartan Maraas  <kmaraas gnome org>

	* configure.ac: Add libxml2 to CFLAGS
	* cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
	Fix include file name.

Modified:
   trunk/ChangeLog
   trunk/configure.ac
   trunk/cut-n-paste/toolbar-editor/egg-toolbar-editor.c

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Nov  9 14:26:28 2008
@@ -91,7 +91,7 @@
 GNOME_ICON_THEME_REQUIRED=2.19.1
 SHARED_MIME_INFO_REQUIRED=0.20
 EXEMPI_REQUIRED=1.99.5
-
+LIBXML2_REQUIRED=2.0
 
 EOG_MODULES="gtk+-2.0 >= $GTK_REQUIRED \
              glib-2.0 >= $GLIB_REQUIRED \
@@ -102,7 +102,8 @@
              libart-2.0 >= $LIBART_REQUIRED \
              gtk+-unix-print-2.0 >= $GTK_PRINT_REQUIRED \
 	     gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED \
-	     shared-mime-info >= $SHARED_MIME_INFO_REQUIRED"
+	     shared-mime-info >= $SHARED_MIME_INFO_REQUIRED \
+	     libxml-2.0 >= $LIBXML2_REQUIRED"
 
 # ***************
 # EXIF (optional)

Modified: trunk/cut-n-paste/toolbar-editor/egg-toolbar-editor.c
==============================================================================
--- trunk/cut-n-paste/toolbar-editor/egg-toolbar-editor.c	(original)
+++ trunk/cut-n-paste/toolbar-editor/egg-toolbar-editor.c	Sun Nov  9 14:26:28 2008
@@ -24,7 +24,6 @@
 #include "egg-editable-toolbar.h"
 
 #include <string.h>
-#include <libxml/tree.h>
 #include <gtk/gtk.h>
 #include <glib/gi18n.h>
 



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