Add wayland to ecore_imf "in tree" modules

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-07-24 07:06:49 +01:00
parent fc4e117e10
commit 8ed4b5ac84
1 changed files with 3 additions and 0 deletions

View File

@ -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
};