diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt index bca000a..fb4ae7d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,7 +2,7 @@ # SPDX-License-Identifier: 0BSD OR ISC option('cairo', type: 'feature', value: 'auto', - description : 'Enable support for the Cairo graphics API') + description: 'Enable support for the Cairo graphics API') option('examples', type: 'feature', value: 'auto', yield: true, description: 'Build example programs') @@ -17,7 +17,7 @@ option('lint', type: 'boolean', value: false, yield: true, description: 'Run code quality checks') option('opengl', type: 'feature', value: 'auto', - description : 'Enable support for the OpenGL graphics API') + description: 'Enable support for the OpenGL graphics API') option('stub', type: 'boolean', value: true, description: 'Build stub backend') @@ -26,4 +26,4 @@ option('tests', type: 'feature', value: 'auto', yield: true, description: 'Build tests') option('vulkan', type: 'feature', value: 'auto', - description : 'Enable support for the Vulkan graphics API') + description: 'Enable support for the Vulkan graphics API') |