[grilo-plugins/fremantle: 5/27] Added GnomeVFS dependency



commit 98e77f3edd3de48818e6fa2290be73891fbc04ae
Author: Xabier Rodriguez Calvar <xrcalvar igalia com>
Date:   Mon Apr 19 15:18:59 2010 +0200

    Added GnomeVFS dependency

 configure.ac |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dde5f14..a323cb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,6 +81,12 @@ AC_SUBST(GIO_LIBS)
 AC_SUBST(HAVE_GIO)
 AM_CONDITIONAL(HAVE_GIO, test "x$HAVE_GIO" = "xyes")
 
+PKG_CHECK_MODULES(GNOMEVFS, gnome-vfs-2.0, HAVE_GNOMEVFS=yes, HAVE_GNOMEVFS=no)
+AC_SUBST(GNOMEVFS_CFLAGS)
+AC_SUBST(GNOMEVFS_LIBS)
+AC_SUBST(HAVE_GNOMEVFS)
+AM_CONDITIONAL(HAVE_GNOMEVFS, test "x$HAVE_GNOMEVFS" = "xyes")
+
 PKG_CHECK_MODULES(GUPNP, gupnp-1.0, HAVE_GUPNP=yes, HAVE_GUPNP=no)
 AC_SUBST(GUPNP_CFLAGS)
 AC_SUBST(GUPNP_LIBS)



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