[nautilus-share] Change of dependencies
- From: Federico Mena Quintero <federico src gnome org>
- To: svn-commits-list gnome org
- Subject: [nautilus-share] Change of dependencies
- Date: Tue, 21 Jul 2009 23:53:15 +0000 (UTC)
commit 1a5ce472fd0c8d3fed2ff5c93123ce52ca2dd9f1
Author: Chow Loong Jin <hyperair gmail com>
Date: Fri Jun 12 00:38:50 2009 +0800
Change of dependencies
libnautilus-extension no longer supplies the CFLAGS and LIBS of libgnomeui-2.0
and gnome-vfs-2.0, so we now need to include it in order to use stuff from
gnomeui and gnome-vfs. eel-2.0 is now deprecated, and hence dropped
configure.in | 2 +-
src/nautilus-share.c | 2 --
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index e499be9..71d9773 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ if test "x$HAVE_PKGCONFIG" = "xno"; then
AC_MSG_ERROR(you need to have pkgconfig installed !)
fi
-PKG_CHECK_MODULES(NAUTILUS, libnautilus-extension >= $NAUTILUS_REQUIRED eel-2.0 >= $EEL_REQUIRED)
+PKG_CHECK_MODULES(NAUTILUS, libnautilus-extension >= $NAUTILUS_REQUIRED libgnomeui-2.0 gnome-vfs-2.0)
PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED)
PKG_CHECK_MODULES(LIBGLADE, libglade-2.0 >= $LIBGLADE_REQUIRED)
diff --git a/src/nautilus-share.c b/src/nautilus-share.c
index f8ae72b..fe6512d 100644
--- a/src/nautilus-share.c
+++ b/src/nautilus-share.c
@@ -34,8 +34,6 @@
#include <libgnomevfs/gnome-vfs-utils.h>
#include "nautilus-share.h"
-#include <eel/eel-vfs-extensions.h>
-
#include <glib/gi18n-lib.h>
#include <gtk/gtktable.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]