Add wayland to ecore_imf "in tree" modules
authorChris Michael <cp.michael@samsung.com>
Wed, 24 Jul 2013 06:06:49 +0000 (07:06 +0100)
committerChris Michael <cp.michael@samsung.com>
Wed, 24 Jul 2013 06:06:49 +0000 (07:06 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_imf/ecore_imf_module.c

index 1aa8934c3df3784c3b8895aa5c526b26d94eaf4f..296f6bfcb5836d1a2b900af31277e6b0fc547cb6 100644 (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
              };