lock externals to major version of edje.

SVN revision: 56397
This commit is contained in:
Carsten Haitzler 2011-01-30 05:59:24 +00:00
parent 1b6d65550b
commit 77db5196c8
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ VMIN=v_min
AC_SUBST(VMAJ)
AC_SUBST(VMIN)
EDJE_VERSION="1.0.0"
EDJE_VERSION=`pkg-config edje --modversion | awk -F . '{printf("%s.0.0", $1);}'`
case "$host_os" in
mingw32ce* | cegcc*)