From: Cedric BAIL Date: Thu, 4 Oct 2012 02:50:29 +0000 (+0000) Subject: elementary: Require Ecore >= 1.7.99 to build Elementary to fix following X-Git-Tag: submit/efl/20131021.015827~1681 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee391565aa0e21950008813ffcbd5c72127b9b3f;p=platform%2Fupstream%2Felementary.git elementary: Require Ecore >= 1.7.99 to build Elementary to fix following Patch by Igor Murzov SVN revision: 77399 --- diff --git a/configure.ac b/configure.ac index 28fdf49..efee675 100644 --- a/configure.ac +++ b/configure.ac @@ -218,9 +218,9 @@ PKG_CHECK_MODULES([ELEMENTARY], eina >= 1.6.99 eet >= 1.6.99 evas >= 1.6.99 - ecore >= 1.6.99 - ecore-evas >= 1.6.99 - ecore-file >= 1.6.99 + ecore >= 1.7.99 + ecore-evas >= 1.7.99 + ecore-file >= 1.7.99 edje >= 1.6.99 ] )