diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-07-23 11:24:43 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-07-23 11:27:34 +0900 |
commit | 647105c905c5a1dfde910b8478968daee9633a2e (patch) | |
tree | 11f6f40b9131793b878ca2dd3270c45a5c292ee0 /configure.ac | |
parent | 3747d4b148807a45d17c13e7fcc36723156370c5 (diff) |
elementary: we are using the beta API of EFL.
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 12f53624d..bcf1f6fcb 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -241,6 +241,7 @@ PKG_CHECK_MODULES([ELEMENTARY], | |||
241 | ) | 241 | ) |
242 | 242 | ||
243 | EFL_ENABLE_EO_API_SUPPORT | 243 | EFL_ENABLE_EO_API_SUPPORT |
244 | EFL_ENABLE_BETA_API_SUPPORT | ||
244 | 245 | ||
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}" | 246 | 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}" |
246 | 247 | ||