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 66b949c79837f0319b063b4872ba3bc1a9474189
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Mon Oct 21 09:28:27 2024 +0500

    meson: make default bindings list blank
---
 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index 7e445a652a..7946d6ba34 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -42,7 +42,7 @@ option('docs',                      type: 'boolean',  value: false,     descript
 option('install-eo-files',          type: 'boolean',  value: true,      description: 'Enable: install any eo file')
 option('efl-one',                   type: 'boolean',  value: false,     description: 'Enable: build special set of .so´s as a single .so')
 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',
+option('bindings',                  type: 'array',    value: [''],      description: 'Enable: auto-generated language bindings',
                                                     choices: ['', 'lua', 'cxx', 'mono'] )
 option('opengl',                    type: 'combo',    value: 'es-egl',  description: 'Choose: type of OpenGL',
                                                     choices: ['full', 'es-egl', 'none'])

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

Reply via email to