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

@ -77,7 +77,7 @@ endif
# Contractor file (Elementary OS)
#
if install_contractor_file
if get_option('contractor').enabled()
# Call msgfmt manually since gettext won't otherwise translate the
# Description field. See merge req !50.
msgfmt = find_program('msgfmt')