This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch dev/dimmus/test
in repository efl.

View the commit online.

commit d41153f3ce48d71c16e33948d930f635efbe84f4
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Thu Oct 10 13:18:43 2024 +0500

    meson: correct option descriptions
---
 meson_options.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/meson_options.txt b/meson_options.txt
index 3a1e0f319b..7e445a652a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -44,19 +44,19 @@ option('efl-one',                   type: 'boolean',  value: false,     descript
 option('native-arch-optimization',  type: 'boolean',  value: true,      description: 'Enable: architecture native optimizations')
 option('bindings',                  type: 'array',    value: ['cxx'],   description: 'Enable: auto-generated language bindings',
                                                     choices: ['', 'lua', 'cxx', 'mono'] )
-option('opengl',                    type: 'combo',    value: 'es-egl',  description: 'Support: type of OpenGL',
+option('opengl',                    type: 'combo',    value: 'es-egl',  description: 'Choose: type of OpenGL',
                                                     choices: ['full', 'es-egl', 'none'])
-option('crypto',                    type: 'combo',    value: 'openssl', description: 'Support: SSL crypto library',
+option('crypto',                    type: 'combo',    value: 'openssl', description: 'Choose: SSL crypto library',
                                                     choices: ['openssl'])
-option('network-backend',           type: 'combo',    value: 'none',    description: 'Support: connman',
+option('network-backend',           type: 'combo',    value: 'none',    description: 'Choose: network backend library',
                                                     choices: ['connman', 'none'])
-option('lua-interpreter',           type: 'combo',    value: 'lua',     description: 'Support: Lua back-end library',
+option('lua-interpreter',           type: 'combo',    value: 'lua',     description: 'Choose: lua back-end library',
                                                     choices: ['luajit', 'lua'])
 option('evas-loaders-disabler',     type: 'array',    value: ['json', 'avif', 'heif', 'jxl'],
-                                                                        description: 'Disable: list of modular image/vector loaders',
+                                                                        description: 'Choose: disabled modular image/vector loaders',
                                                     choices: ['', 'gst', 'pdf', 'ps', 'raw', 'svg', 'rsvg', 'xcf', 'bmp', 'dds', 'eet', 'generic', 
                                                               'gif', 'ico', 'jp2k', 'jpeg', 'pmaps', 'png', 'psd', 'tga', 'tgv', 'tiff', 'wbmp', 'webp', 'xpm', 'json', 'avif', 'heif', 'jxl'])
-option('ecore-imf-loaders-disabler',type: 'array',    value: ['ibus'],  description: 'Disable: list of input methods',  
+option('ecore-imf-loaders-disabler',type: 'array',    value: ['ibus'],  description: 'Choose: disabled input methods',  
                                                     choices: ['', 'xim', 'ibus', 'scim'])
 option('eject-path',                type: 'string',   value: 'detect',  description: 'Path: eject binary (if "detect" internal eeze bins are used)')
 option('mount-path',                type: 'string',   value: 'detect',  description: 'Path: mount binary (if "detect" internal eeze bins are used)')
@@ -69,12 +69,12 @@ option('elementary-base-dir',       type: 'string',   value: '.elementary',
                                                                         description: 'String: directory name for user supplied elementary data files like themes, config files')
 
 # mono
-option('mono-beta',                 type: 'boolean',  value: false,     description: 'Mono/C# @beta Eo methods enabled in the efl')
-option('dotnet',                    type: 'boolean',  value: false,     description: 'Enable building C# bindings with dotnet instead of mono')
+option('mono-beta',                 type: 'boolean',  value: false,     description: 'Enable: Mono/C# @beta Eo methods')
+option('dotnet',                    type: 'boolean',  value: false,     description: 'Enable: building C# bindings with dotnet instead of mono')
 option('dotnet-stylecop',           type: 'string',   value: '',        description: 'Dotnet StyleCop checks. Use * for all, or use comma listed: -Ddotnet-stylecop=ca1062,CA1032, sa0001, SA0002, cA2225')
 option('dotnet-stylecop-severity',  type: 'combo',    value: 'Warning', description: 'Dotnet StyleCop checks cause compilation errors or just warnings',
                                                     choices: ['Warning', 'Error'])
 option('mono-examples-dir',         type: 'string',   value: '',        description: 'Where eolian_mono will search for examples to embed into the documentation')
-option('windows-version',           type: 'combo',    value: 'win7',    description: 'When on Windows, compile efl with the specified Windows version',
+option('windows-version',           type: 'combo',    value: 'win7',    description: 'Choose: Windows version to compile efl with',
                                                     choices: ['vista', 'win7', 'win8', 'win81', 'win10'])
 option('mono-friend-assemblies',    type: 'array',    value: [],        description: 'List of friend assemblies that can access efl_mono assembly\'s internal types and members.')

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to