diff options
Diffstat (limited to 'src/lib/ecore_imf')
-rw-r--r-- | src/lib/ecore_imf/ecore_imf_module.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_imf/ecore_imf_module.c b/src/lib/ecore_imf/ecore_imf_module.c index 1d5747ebfe..7ec902a233 100644 --- a/src/lib/ecore_imf/ecore_imf_module.c +++ b/src/lib/ecore_imf/ecore_imf_module.c | |||
@@ -52,6 +52,7 @@ ecore_imf_module_init(void) | |||
52 | "ECORE_IMF", "ecore_imf", "checkme", | 52 | "ECORE_IMF", "ecore_imf", "checkme", |
53 | PACKAGE_BIN_DIR, PACKAGE_LIB_DIR, | 53 | PACKAGE_BIN_DIR, PACKAGE_LIB_DIR, |
54 | PACKAGE_DATA_DIR, PACKAGE_DATA_DIR); | 54 | PACKAGE_DATA_DIR, PACKAGE_DATA_DIR); |
55 | #ifdef NEED_RUN_IN_TREE | ||
55 | #if defined(HAVE_GETUID) && defined(HAVE_GETEUID) | 56 | #if defined(HAVE_GETUID) && defined(HAVE_GETEUID) |
56 | if (getuid() == geteuid()) | 57 | if (getuid() == geteuid()) |
57 | #endif | 58 | #endif |
@@ -88,6 +89,7 @@ ecore_imf_module_init(void) | |||
88 | } | 89 | } |
89 | } | 90 | } |
90 | } | 91 | } |
92 | #endif | ||
91 | 93 | ||
92 | env = getenv("ECORE_IMF_MODULE"); | 94 | env = getenv("ECORE_IMF_MODULE"); |
93 | #ifdef BUILD_ECORE_IMF_WAYLAND | 95 | #ifdef BUILD_ECORE_IMF_WAYLAND |