From e963b8c68b7326d8aef0b9ebc056f4c1614db86f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 6 Aug 2012 14:33:19 +0000 Subject: [PATCH] update terminology deps to be 1.6.99 or better :) SVN revision: 74945 --- configure.ac | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/configure.ac b/configure.ac index 417889f9..15d80c1e 100644 --- a/configure.ac +++ b/configure.ac @@ -19,16 +19,16 @@ AM_PROG_CC_C_O AC_C___ATTRIBUTE__ requirements="\ - elementary >= 1.0.99 \ - eina >= 1.2.99 \ + elementary >= 1.6.99 \ + eina >= 1.6.99 \ eet >= 1.6.99 \ - evas >= 1.2.99 \ - ecore >= 1.2.99 \ - edje >= 1.2.99 \ - emotion >= 1.0.99 \ - ecore-input >= 1.2.99 \ - ecore-imf >= 1.2.99 \ - ecore-imf-evas >= 1.2.99 \ + evas >= 1.6.99 \ + ecore >= 1.6.99 \ + edje >= 1.6.99 \ + emotion >= 1.6.99 \ + ecore-input >= 1.6.99 \ + ecore-imf >= 1.6.99 \ + ecore-imf-evas >= 1.6.99 \ " PKG_CHECK_MODULES([TERMINOLOGY], [${requirements}])