diff options
author | Tom Hacohen <tom@stosb.com> | 2014-08-22 10:43:38 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2014-08-22 10:44:09 +0100 |
commit | de7f4cc22c509ccd29ac32a0a2762c44783fa3bf (patch) | |
tree | ffd5ae8b285976e129d4eb2e788d5f9292a23a83 /configure.ac | |
parent | c20cf0964f3c3fd403d547e4898fa3fd2ee6bf59 (diff) |
Efl: Fix compilation in windows.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8f639e3d6d..801ac1e15c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1147,6 +1147,7 @@ EFL_LIB_END([Eolian_Cxx]) | |||
1147 | 1147 | ||
1148 | EFL_LIB_START([Efl]) | 1148 | EFL_LIB_START([Efl]) |
1149 | 1149 | ||
1150 | EFL_PLATFORM_DEPEND([EFL], [evil]) | ||
1150 | EFL_INTERNAL_DEPEND_PKG([EFL], [eina]) | 1151 | EFL_INTERNAL_DEPEND_PKG([EFL], [eina]) |
1151 | EFL_INTERNAL_DEPEND_PKG([EFL], [eo]) | 1152 | EFL_INTERNAL_DEPEND_PKG([EFL], [eo]) |
1152 | 1153 | ||