lock externals to major version of edje.
authorraster <raster>
Sun, 30 Jan 2011 05:59:31 +0000 (05:59 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Jan 2011 05:59:31 +0000 (05:59 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@56398 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index a843a5e..96b8091 100644 (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