From a829f37b83c365a6cb94f231c95c103c01a746b9 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Thu, 27 Jun 2013 16:04:44 +0900 Subject: [PATCH] expedite: request Eo EFL API. --- configure.ac | 2 ++ m4/efl_eo.m4 | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 m4/efl_eo.m4 diff --git a/configure.ac b/configure.ac index 03fa6b6..ecfd285 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,8 @@ esac PKG_CHECK_MODULES([EINA], eina >= 1.7.99 eo >= 1.7.99) +EFL_ENABLE_EO_API_SUPPORT + # Evas PKG_CHECK_MODULES([EVAS], evas >= 1.7.99 eet >= 1.7.99) diff --git a/m4/efl_eo.m4 b/m4/efl_eo.m4 new file mode 100644 index 0000000..864baf5 --- /dev/null +++ b/m4/efl_eo.m4 @@ -0,0 +1,6 @@ +dnl use: EFL_ENABLE_EO_API_SUPPORT +AC_DEFUN([EFL_ENABLE_EO_API_SUPPORT], +[ + AC_DEFINE([EFL_EO_API_SUPPORT], [1], [Enable access to unstable EFL Eo API]) +]) +