lock externals to major version of edje.

SVN revision: 56398
This commit is contained in:
Carsten Haitzler 2011-01-30 05:59:31 +00:00
parent b79460db7f
commit b5df3392df
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ VMAJ=v_maj
AC_SUBST(VMAJ)
### Needed information
EDJE_VERSION="1.0.0"
EDJE_VERSION=`pkg-config edje --modversion | awk -F . '{printf("%s.0.0", $1);}'`
want_vlc="no"
case "$host_os" in