Bump stable efl to 1.7.6.

This commit is contained in:
Rafael Antognolli 2013-04-04 16:53:49 -03:00
parent 1fc2bc49c3
commit a4cef966e1
1 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT([expedite], [1.7.5], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([expedite], [1.7.6], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.52])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])
@ -123,18 +123,18 @@ LT_PROG_RC
case "$host_os" in
mingw32*)
PKG_CHECK_MODULES([EVIL], [evil >= 1.7.5])
PKG_CHECK_MODULES([EVIL], [evil >= 1.7.6])
AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if Evil library is installed])
;;
esac
# Eina
PKG_CHECK_MODULES([EINA], eina >= 1.7.5)
PKG_CHECK_MODULES([EINA], eina >= 1.7.6)
# Evas
PKG_CHECK_MODULES([EVAS], evas >= 1.7.5 eet >= 1.7.5)
PKG_CHECK_MODULES([EVAS], evas >= 1.7.6 eet >= 1.7.6)
# Xlib