1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 10:39:27 +02:00
deltachat-core/libs/libetpan
Floris Bruynooghe 702b3ccc49 Use bundeled libetpan by default
Using the system-libetpan causes pain to people who have out-dated
library versions, additionally it is nice to by default create a
library which uses dependencies as close as possible to the android
version for testing purposes.  This makes sure that the bundeled
sub-projects are used by default.

Additionally it makes sure to not install these bundeled dependencies
and only statically link the libdeltachat.so against them.  This is
beneficial to not conflict with any system-installed versions of these
libraries, especially since some bundled libraries are stripped down
and would not provide indirect users of the library the full library
functionality.

It does still provide an option to use the system-provided libetpan if
desired however, this makes sure libdeltachat plays nice with normal
package managers etc.
2018-06-10 19:52:54 +02:00
..
include/libetpan update libetpan from 1.8 to 1.8.0-dev-20180528 2018-05-28 20:28:01 +02:00
src do not read beyond allocated buffer 2018-05-28 20:28:44 +02:00
COPYRIGHT Add libEtPan files. 2017-05-04 01:04:48 +02:00
libetpan-config.h remove unused code from libetpan 2018-05-28 17:04:51 +02:00
meson.build Use bundeled libetpan by default 2018-06-10 19:52:54 +02:00