diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-06-28 10:22:52 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-28 10:23:14 +0900 |
commit | e133ddc34b45cc855af8faced214cdb05716cdd4 (patch) | |
tree | 34a39ef4e589b2a930f0b0dfcf9eaa1af958a4cc /configure.ac | |
parent | 08c619c362b7fca7dd62bc915e26ff8b0eb6895c (diff) |
elementary: fix build without public Eo API turned on.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0ab9f4101..12f53624d 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -240,6 +240,8 @@ PKG_CHECK_MODULES([ELEMENTARY], | |||
240 | ] | 240 | ] |
241 | ) | 241 | ) |
242 | 242 | ||
243 | EFL_ENABLE_EO_API_SUPPORT | ||
244 | |||
243 | requirement_elm="edje >= 1.7.99 ecore-file >= 1.7.99 ecore-evas >= 1.7.99 ecore >= 1.7.99 evas >= 1.7.99 eet >= 1.7.99 eina >= 1.7.99 ${requirement_elm}" | 245 | requirement_elm="edje >= 1.7.99 ecore-file >= 1.7.99 ecore-evas >= 1.7.99 ecore >= 1.7.99 evas >= 1.7.99 eet >= 1.7.99 eina >= 1.7.99 ${requirement_elm}" |
244 | 246 | ||
245 | PKG_CHECK_MODULES([ELEMENTARY_ECORE_IMF], | 247 | PKG_CHECK_MODULES([ELEMENTARY_ECORE_IMF], |