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
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
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
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
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