make edje externals interface version locked to edje major version

(and .0.0) so that externals work between versions. (until we break
major version). not a changelog thing as it doesnt materially change
anything from 1.0.0



SVN revision: 56396
This commit is contained in:
Carsten Haitzler 2011-01-30 05:58:57 +00:00
parent c053e93b67
commit b79460db7f
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ case "$host_os" in
have_edje_cc="no"
;;
*)
MODULE_ARCH="$host_os-$host_cpu-v_maj.v_min.v_mic"
MODULE_ARCH="$host_os-$host_cpu-v_maj.0.0"
install_vim="yes"
have_edje_cc="yes"
;;