Added the movie_info_provider layer, to abstract the concrete providers from the...
[maevies] / configure.ac
index 205c42a..7f3508f 100644 (file)
@@ -13,7 +13,7 @@ AC_PREFIX_DEFAULT(/usr)
 
 CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wmissing-prototypes -Wmissing-declarations"
 
-PKG_CHECK_MODULES(DEPS, gtk+-2.0 >= 2.2 glib-2.0 >= 2.2 gnome-vfs-2.0 >= 2.2 rest >= 0.6)
+PKG_CHECK_MODULES(DEPS, gtk+-2.0 >= 2.2 glib-2.0 >= 2.2 gnome-vfs-2.0 >= 2.2 rest-0.6 >= 0.6)
 AC_SUBST(DEPS_CFLAGS)
 AC_SUBST(DEPS_LIBS)