diff --git a/src/lib/ecore_imf/ecore_imf_module.c b/src/lib/ecore_imf/ecore_imf_module.c index 1aa8934c3d..296f6bfcb5 100644 --- a/src/lib/ecore_imf/ecore_imf_module.c +++ b/src/lib/ecore_imf/ecore_imf_module.c @@ -53,6 +53,9 @@ ecore_imf_module_init(void) #endif #ifdef BUILD_ECORE_IMF_SCIM "scim", +#endif +#ifdef BUILD_ECORE_IMF_WAYLAND + "wayland", #endif NULL };