elementary: Require Ecore >= 1.7.99 to build Elementary to fix following
authorCedric BAIL <cedric.bail@free.fr>
Thu, 4 Oct 2012 02:50:29 +0000 (02:50 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Thu, 4 Oct 2012 02:50:29 +0000 (02:50 +0000)
Patch by Igor Murzov <e-mail@date.by>

SVN revision: 77399

configure.ac

index 28fdf49..efee675 100644 (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
    ]
 )