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

git pushed a commit to branch master
in repository efl.

View the commit online.

commit c1b62c7e9dfe8b139de2c76dcb258a4d6f02e4ef
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu Oct 23 13:53:58 2025 +0100

    ecore buffer - xcb not xkb - no one will hit this tho except on tizen
    
    @fix
---
 src/modules/ecore_buffer/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/ecore_buffer/meson.build b/src/modules/ecore_buffer/meson.build
index 1982c7bcd7..821af0f022 100644
--- a/src/modules/ecore_buffer/meson.build
+++ b/src/modules/ecore_buffer/meson.build
@@ -15,7 +15,7 @@ if libtbm.found() == true
   xcb = dependency('xcb', required: false)
   x11_xcb = dependency('x11_xcb', required: false)
   xcb_sync = dependency('xcb_sync', required: false)
-  xcb_dri3 = dependency('xkb_dri3', required: false)
+  xcb_dri3 = dependency('xcb_dri3', required: false)
   if xshmfence.found() == true and xcb.found() == true and x11_xcb.found() and xcb_sync.found() and xkb_dri3.found()
     subdir('x11_dri3')
   endif

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

Reply via email to