Updated to release 1.7.8
[platform/upstream/eeze.git] / configure.ac
index 2b14c35..4f1049e 100644 (file)
@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [1])
 m4_define([v_min], [7])
-m4_define([v_mic], [7])
+m4_define([v_mic], [8])
 m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))dnl
 ##--   When released, remove the dnl on the below line
 m4_undefine([v_rev])
@@ -57,7 +57,7 @@ AC_SUBST(VMAJ)
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 
-requirement_eeze="ecore >= 1.7.7 eina >= 1.7.7 libudev"
+requirement_eeze="ecore >= 1.7.8 eina >= 1.7.8 libudev"
 
 
 ### Checks for programs
@@ -110,9 +110,9 @@ if test "x$eeze_mount" = "xyes";then
   AC_ARG_WITH([eject], [AS_HELP_STRING([--with-eject], [specify eject bin @<:@default=detect@:>@])], [with_eject=$withval], [with_eject="detect"])
   PKG_CHECK_MODULES([LIBMOUNT], [mount >= 2.18.0])
   mount_v=$(pkg-config --modversion mount)
-  PKG_CHECK_MODULES([ECORE_FILE], [ecore-file >= 1.7.7])
-  PKG_CHECK_MODULES([EET], [eet >= 1.7.7])
-  PKG_CHECK_MODULES([ECORE_CON], [ecore-con >= 1.7.7])
+  PKG_CHECK_MODULES([ECORE_FILE], [ecore-file >= 1.7.8])
+  PKG_CHECK_MODULES([EET], [eet >= 1.7.8])
+  PKG_CHECK_MODULES([ECORE_CON], [ecore-con >= 1.7.8])
 
   if test "x$with_mount" = "xdetect";then
     AC_PATH_PROG([with_mount], [mount], [])