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 5f277dff707d7830f427f32e1e7502cd7a16feb5
Author: Carsten Haitzler <[email protected]>
AuthorDate: Thu Oct 23 13:58:14 2025 +0100

    ecore buffer - fix other xkb vs xcb
    
    @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 821af0f022..d40b5fea86 100644
--- a/src/modules/ecore_buffer/meson.build
+++ b/src/modules/ecore_buffer/meson.build
@@ -16,7 +16,7 @@ if libtbm.found() == true
   x11_xcb = dependency('x11_xcb', required: false)
   xcb_sync = dependency('xcb_sync', 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()
+  if xshmfence.found() == true and xcb.found() == true and x11_xcb.found() and xcb_sync.found() and xcb_dri3.found()
     subdir('x11_dri3')
   endif
 endif

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

Reply via email to