[E-devel] Eina/Evas threading support?

2013-02-10 Thread Andreas Volz
Hello, In the EFL 1.7.5 I had options to disable threading support and everything worked as it should. The pthread version on Android misses some features from the Linux variant. For now I just like to disable it complete and take time for this task later. But it seems there's no option for it in

Re: [E-devel] libmount in EFL

2013-02-10 Thread Gustavo Sverzut Barbieri
Eeze won't work in android as that stupid platform does have udev. Since you're creating a new port, patch configure.ac and if Android does not consider it Linux, eeze and other tests will be automatically skipped. Once your port is ready and working we can review and include that patch. But righ

[E-devel] libmount in EFL

2013-02-10 Thread Andreas Volz
Hello, While configuring for Android: configure:46269: $PKG_CONFIG --exists --print-errors "mount >= 2.20.0" Package mount was not found in the pkg-config search path. Perhaps you should add the directory containing `mount.pc' to the PKG_CONFIG_PATH environment variable There's no libmount for a

Re: [E-devel] E SVN: jackdanielz trunk/elementary/src/lib

2013-02-10 Thread daniel.za...@samsung.com
Sorry for the ugly log message, I forgot to modify it before commit :-) This commit has been done to reduce memory usage. The Evas Smart legacy mechanism checks if an object is of a certain type by string comparing. To support it in Eo, we needed to implement a mechanism that stores every type o

Re: [E-devel] E SVN: jackdanielz IN trunk/efl/src/lib: edje evas evas/canvas evas/include

2013-02-10 Thread daniel.za...@samsung.com
Sorry for the ugly log message, I forgot to modify it before commit ;-) This commit has been done to reduce memory usage. The Evas Smart legacy mechanism checks if an object is of a certain type by string comparing. To support it in Eo, we needed to implement a mechanism that stores every type o