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 d874e952db3c06c194cfdceb03cff4e3656fbeea
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Thu Oct 10 13:12:22 2024 +0500

    meson: remove rudimentary edje-sound-and-video option
    
    We already have 'audio' option
---
 meson_options.txt        | 1 -
 src/lib/edje/meson.build | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/meson_options.txt b/meson_options.txt
index 481e758b6b..3a1e0f319b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -25,7 +25,6 @@ option('v4l2',                      type: 'boolean',  value: true,      descript
 option('elua',                      type: 'boolean',  value: false,     description: 'Support: Lua launcher binary')
 option('pixman',                    type: 'boolean',  value: false,     description: 'Support: Pixman software renderer')
 option('hyphen',                    type: 'boolean',  value: false,     description: 'Support: Hyphen text layout')
-option('edje-sound-and-video',      type: 'boolean',  value: true,      description: 'Disable: sound and video for edje')
 option('wl-deprecated',             type: 'boolean',  value: false,     description: 'Enable: deprecated Wayland')
 option('drm-deprecated',            type: 'boolean',  value: false,     description: 'Enable: deprecated DRM/KMS')
 option('eeze',                      type: 'boolean',  value: true,      description: 'Enable: device abstraction (udev wrapper)')
diff --git a/src/lib/edje/meson.build b/src/lib/edje/meson.build
index 270f3bf10d..af40b91961 100644
--- a/src/lib/edje/meson.build
+++ b/src/lib/edje/meson.build
@@ -17,7 +17,7 @@ endif
 
 config_h.set('EDJE_CALC_CACHE', '1')
 
-if get_option('audio') and get_option('edje-sound-and-video')
+if get_option('audio')
   config_h.set('ENABLE_MULTISENSE', '1')
   edje_deps += ecore_audio
 endif

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

Reply via email to