diff options
author | jiin.moon <jiin.moon@samsung.com> | 2015-02-11 18:57:11 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-02-11 18:57:14 +0100 |
commit | c4dfca2b016721cacd0777753b717092e15a5eba (patch) | |
tree | efab7eb94e9e79a92cdb0b9ab1c6bc128fba0f9a /configure.ac | |
parent | 09456566a339e8cdc6f0e8a2111e75f4c275b599 (diff) |
expedite: add test case for image maskingdevs/cedric/efl-1.13
Summary: Add some test case to the expedite
Reviewers: jpeg, cedric, Hermet
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D1896
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 041dfc9..8e59499 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -50,7 +50,7 @@ esac | |||
50 | 50 | ||
51 | # EFL dependencies | 51 | # EFL dependencies |
52 | 52 | ||
53 | PKG_CHECK_MODULES([EFL], eina >= 1.7.99 efl >= 1.11.99 eo >= 1.7.99 evas >= 1.7.99 eet >= 1.7.99 ecore-evas >= 1.7.99 ecore >= 1.7.99) | 53 | PKG_CHECK_MODULES([EFL], eina >= 1.7.99 efl >= 1.13.0 eo >= 1.7.99 evas >= 1.7.99 eet >= 1.7.99 ecore-evas >= 1.7.99 ecore >= 1.7.99) |
54 | 54 | ||
55 | EFL_ENABLE_EO_API_SUPPORT | 55 | EFL_ENABLE_EO_API_SUPPORT |
56 | EFL_ENABLE_BETA_API_SUPPORT | 56 | EFL_ENABLE_BETA_API_SUPPORT |