On Fri, Jan 18, 2013 at 11:01 AM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > eenvader.fractal: correctly install edje external module > > EFL_WITH_BIN([edje], [edje-cc], [edje_cc]) > vmaj=$($PKG_CONFIG --variable=vmaj edje) > -MODULE_ARCH="$host_os-$host_cpu-$vmaj.0.0" > +vmin=$($PKG_CONFIG --variable=vmin edje) > +vmic=$($PKG_CONFIG --variable=vmic edje) > +MODULE_ARCH="$host_os-$host_cpu-$vmaj.$vmin.$vmic" > AC_SUBST(MODULE_ARCH) > AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")
don't do this, it's too error prone. Do as I did for emotion and its modules, define the whole edje's MODULE_ARCH in edje.pc and use it directly, do not build that. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel