meson: rename -Dvec-icons to -Dvector-icons.

Should we really be that stingy for letters that we don't want to use
full words?! :-D
Let's have clear option names.
This commit is contained in:
Jehan 2022-01-26 02:55:27 +01:00
parent 784a209ba2
commit 8f0d67779c
2 changed files with 2 additions and 2 deletions

View file

@ -1019,7 +1019,7 @@ if get_option('g-ir-doc')
endif
# Check for vector icons
have_vector_icons = get_option('vec-icons')
have_vector_icons = get_option('vector-icons')
if have_vector_icons
# shared-mime-info is needed to correctly detect SVG files
# (except on Windows, apparently).

View file

@ -57,7 +57,7 @@ option('gi-docgen', type: 'feature', value: 'auto', description: 'Build
option('g-ir-doc', type: 'boolean', value: false, description: 'Build developer documentation for introspected API')
option('linux-input', type: 'feature', value: 'auto', description: 'Linux input event controller module')
option('vec-icons', type: 'boolean', value: true, description: 'Use vector icons rather than raster ones')
option('vector-icons', type: 'boolean', value: true, description: 'Use vector icons rather than raster ones')
option('vala-plugins', type: 'feature', value: 'auto', description: 'Build VAPI and Vala plugins')