Merge branch 'mjog/default-development-build' into 'mainline'

Set default build profile to development

See merge request GNOME/geary!597
This commit is contained in:
Michael Gratton 2020-10-13 08:00:26 +00:00
commit 2357f8fd01
11 changed files with 220 additions and 174 deletions

View file

@ -118,7 +118,7 @@ test_engine_dependencies += engine_dependencies
test_engine_vala_args = geary_vala_args
if get_option('tnef-support')
if libytnef.found()
test_engine_dependencies += libytnef
test_engine_vala_args += [
'-D', 'WITH_TNEF_SUPPORT'