file-roller r2096 - trunk



Author: wbolster
Date: Tue Jan  8 14:36:47 2008
New Revision: 2096
URL: http://svn.gnome.org/viewvc/file-roller?rev=2096&view=rev

Log:
2008-01-08  Wouter Bolsterlee  <wbolster svn gnome org>

	* configure.in:

	Add gnome-vfs libs for the nautilus extension since
	they're not automatically pulled in with Nautilus
	anymore (Nautilus uses GIO now). The real fix would of
	course be to convert the code to GIO, but this
	workaround at least fixes the build for now. See also
	bug #501542.


Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Jan  8 14:36:47 2008
@@ -56,8 +56,8 @@
 
 if test x"$enable_nautilus_actions" != xno; then
 	if pkg-config --atleast-version=$NAUTILUS_REQUIRED libnautilus-extension; then
-		NAUTILUS_CFLAGS=`pkg-config --cflags libnautilus-extension glib-2.0`
-		NAUTILUS_LIBS=`pkg-config --libs libnautilus-extension glib-2.0`
+		NAUTILUS_CFLAGS=`pkg-config --cflags libnautilus-extension glib-2.0 gnome-vfs-2.0`
+		NAUTILUS_LIBS=`pkg-config --libs libnautilus-extension glib-2.0 gnome-vfs-2.0`
 		build_nautilus_actions=yes
 	fi
 fi



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