This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch overline-textgrid
in repository efl.
View the commit online.
commit 50e2235c366010f068ef11b145770ab7d0a23db1
Author: Ross Vandegrift <[email protected]>
AuthorDate: Tue Jun 30 19:28:16 2026 -0700
link ecore_imf with xlib
ibus support in ecore_imf has been broken for a whlie, this gets it building
again - though I don't know how to test if it works.
---
src/modules/ecore_imf/ibus/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/ecore_imf/ibus/meson.build b/src/modules/ecore_imf/ibus/meson.build
index 57bc90f528..231fc67a33 100644
--- a/src/modules/ecore_imf/ibus/meson.build
+++ b/src/modules/ecore_imf/ibus/meson.build
@@ -4,7 +4,7 @@ mod_src = files([
'ibus_imcontext.h'
])
-mod_deps = [ecore, ecore_imf, ecore_x, ecore_x_deps, dependency('ibus-1.0'), dependency('glib-2.0'), ecore_evas]
+mod_deps = [ecore, ecore_imf, ecore_x, ecore_x_deps, dependency('ibus-1.0'), dependency('glib-2.0'), ecore_evas, dependency('x11')]
shared_module(mod_name,
mod_src,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.