diff options
author | Chris Michael <cp.michael@samsung.com> | 2013-07-24 07:06:49 +0100 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2013-07-24 07:06:49 +0100 |
commit | 8ed4b5ac84bd343ef69723c09637d3deb3e175f3 (patch) | |
tree | 559ba3b4004ce79dae1f9c7333e0853b40352449 /src/lib/ecore_imf | |
parent | fc4e117e10a32ab09f8b29e595662d598d5ae155 (diff) |
Add wayland to ecore_imf "in tree" modules
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf_module.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
@@ -54,6 +54,9 @@ ecore_imf_module_init(void) | |||
54 | #ifdef BUILD_ECORE_IMF_SCIM | 54 | #ifdef BUILD_ECORE_IMF_SCIM |
55 | "scim", | 55 | "scim", |
56 | #endif | 56 | #endif |
57 | #ifdef BUILD_ECORE_IMF_WAYLAND | ||
58 | "wayland", | ||
59 | #endif | ||
57 | NULL | 60 | NULL |
58 | }; | 61 | }; |
59 | const char **itr; | 62 | const char **itr; |