fix wrong package dependency.

Thanks Scimmia!
This commit is contained in:
ChunEon Park 2014-11-03 23:23:31 +09:00
parent 7adb7fc5ae
commit 15b5363bda
3 changed files with 5 additions and 5 deletions

6
README
View File

@ -8,11 +8,11 @@ it does a lot.
[Requirements]
efl (>= 1.10.0)
elementary (>= 1.10.0)
efl (>= 1.12.0)
elementary (>= 1.12.0)
Please note that some features may not quite function correctly or completely
less EFL 1.10. Newer would be better.
less EFL 1.12. Newer would be better.
Please see http://www.enlightenment.org for information on these.

View File

@ -57,7 +57,7 @@ AC_SUBST(ENVENTOR_VERSION_MINOR)
EFL_ENABLE_EO_API_SUPPORT
EFL_ENABLE_BETA_API_SUPPORT
efl_version="1.10.0"
efl_version="1.12.0"
requirement_enventor=" \
eo >= ${efl_version} \
eina >= ${efl_version} \

View File

@ -4,7 +4,7 @@ This is an EDC editor with some convenient functions.
It's band new and was only started near the begining of June 2013, so expecting it to do everything a mature script editor does is a bit premature, but considering it's young age, it does a lot.
Please note that some features may not quite function correctly or completely
less EFL 1.10. Newer would be better.
less EFL 1.12. Newer would be better.
Please see http://www.enlightenment.org for information on these.