seahorse r2032 - trunk



Author: wbolster
Date: Tue Jan  8 16:03:27 2008
New Revision: 2032
URL: http://svn.gnome.org/viewvc/seahorse?rev=2032&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 16:03:27 2008
@@ -299,7 +299,7 @@
     echo "enabling nautilus plugin..."
     echo "checking for supported versions of nautilus..."
 
-    PKG_CHECK_MODULES(NAUTILUS, [libnautilus-extension >= 2.12.0 glib-2.0 >= 2.10.0],
+    PKG_CHECK_MODULES(NAUTILUS, [libnautilus-extension >= 2.12.0 glib-2.0 >= 2.10.0 gnome-vfs-2.0],
                       [enable_nautilus=yes],[enable_nautilus=no])
 
     # The new Nautilus extension



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