TNEF (winmail.dat) parsing support via libytnef

This commit is contained in:
Oliver Giles 2018-06-15 11:38:10 +03:00
parent ef8f97628e
commit 18fcf0e18f
11 changed files with 1870 additions and 6 deletions

View file

@ -78,6 +78,7 @@ libunwind_generic_dep = dependency(
'libunwind-generic', version: '>= 1.1', required: not get_option('libunwind_optional')
)
libxml = dependency('libxml-2.0', version: '>= 2.7.8')
libytnef = dependency('libytnef', version: '>= 1.9.3', required: get_option('tnef-support'))
posix = valac.find_library('posix')
webkit2gtk_web_extension = dependency('webkit2gtk-web-extension-4.0', version: '>=' + target_webkit)