Re: [E-devel] EFL modules: static vs. shared

2013-02-17 Thread Andreas Volz
Am Thu, 14 Feb 2013 09:03:44 +0900 schrieb Cedric BAIL: > Yop, > > On Thu, Feb 14, 2013 at 7:41 AM, Andreas Volz > wrote: > > I just found out that now all modules (I checked Evas/Ecore_Evas) in > > EFL are linked static into the libs. > > Not all, only the core one that every one will use. Thi

Re: [E-devel] EFL modules: static vs. shared

2013-02-13 Thread Cedric BAIL
Yop, On Thu, Feb 14, 2013 at 7:41 AM, Andreas Volz wrote: > I just found out that now all modules (I checked Evas/Ecore_Evas) in > EFL are linked static into the libs. Not all, only the core one that every one will use. This basically mean buffer engine. > Is it possible to configure EFL trunk