1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 18:29:19 +02:00
deltachat-core/meson_options.txt
Floris Bruynooghe a855c36138 Hack around libetpan not respecting wrap-mode
Since we do not have access to the value of wrap-mode we can not
make the etpan dependency to behave correctly.  Hack around it by
introducing a new option just for etpan.
2018-09-25 23:10:06 -05:00

12 lines
285 B
Meson

option(
'monolith',
type: 'boolean',
value: false,
description: 'Build a libdeltachat.so with minimal external dependencies'
)
option(
'force-etpan-fallback',
type: 'boolean',
value: false,
description: 'Use bundled libetpan, as it ignores --wrap-mode=forcefallback'
)