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:
parent
d3badedad7
commit
aaa2934acf
6 changed files with 58 additions and 52 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue