elementary: Require Ecore >= 1.7.99 to build Elementary to fix following

Patch by Igor Murzov <e-mail@date.by>


SVN revision: 77399
This commit is contained in:
Cedric BAIL 2012-10-04 02:50:29 +00:00
parent 441a2ef861
commit 562cb064a7
1 changed files with 3 additions and 3 deletions

View File

@ -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
]
)