meson_options.txt: Update to use meson best practices and clean up

Convert to use meson features for features. Reorganise and rename
options for consistency. Make descriptions a bit less redundant.
This commit is contained in:
Michael Gratton 2020-10-03 21:06:43 +10:00 committed by Michael James Gratton
parent d3badedad7
commit aaa2934acf
6 changed files with 58 additions and 52 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'