gvfs commit #3



Heya,

Just committed this fix:

2008-03-05  Bastien Nocera  <hadess hadess net>

        * configure.ac: Disable gphoto2 building when
        HAL is disabled as well (Closes: #519872)

Cheers
Index: configure.ac
===================================================================
--- configure.ac	(revision 1557)
+++ configure.ac	(working copy)
@@ -283,7 +283,7 @@
 GPHOTO2_LIBS=
 GPHOTO2_CFLAGS=
 
-if test "x$enable_gphoto2" != "xno"; then
+if test "x$enable_gphoto2" != "xno" -a "x$msg_hal" = "xyes" ; then
   PKG_CHECK_EXISTS(libgphoto2, msg_gphoto2=yes)
 
   # Need OS tweaks in hal volume monitor backend


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