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
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue