diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-07-23 11:29:11 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-07-23 11:29:11 +0900 |
commit | 36fa887496789b9adfca56813b9f2f59f584c64a (patch) | |
tree | 55deecf8c9490a5fe801018034635f4902bf00f6 | |
parent | a829f37b83c365a6cb94f231c95c103c01a746b9 (diff) |
expedite: use beta API.
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | m4/efl_beta.m4 | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ecfd285..073473b 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -136,6 +136,7 @@ esac | |||
136 | PKG_CHECK_MODULES([EINA], eina >= 1.7.99 eo >= 1.7.99) | 136 | PKG_CHECK_MODULES([EINA], eina >= 1.7.99 eo >= 1.7.99) |
137 | 137 | ||
138 | EFL_ENABLE_EO_API_SUPPORT | 138 | EFL_ENABLE_EO_API_SUPPORT |
139 | EFL_ENABLE_BETA_API_SUPPORT | ||
139 | 140 | ||
140 | # Evas | 141 | # Evas |
141 | 142 | ||
diff --git a/m4/efl_beta.m4 b/m4/efl_beta.m4 new file mode 100644 index 0000000..c804729 --- /dev/null +++ b/m4/efl_beta.m4 | |||
@@ -0,0 +1,5 @@ | |||
1 | dnl use: EFL_ENABLE_BETA_API_SUPPORT | ||
2 | AC_DEFUN([EFL_ENABLE_BETA_API_SUPPORT], | ||
3 | [ | ||
4 | AC_DEFINE([EFL_BETA_API_SUPPORT], [1], [Enable access to unstable EFL API that are still in beta]) | ||
5 | ]) | ||