expedite: use beta API.

devs/cedric/efl-1.11
Cedric Bail 11 years ago
parent a829f37b83
commit 36fa887496
  1. 1
      configure.ac
  2. 5
      m4/efl_beta.m4

@ -136,6 +136,7 @@ esac
PKG_CHECK_MODULES([EINA], eina >= 1.7.99 eo >= 1.7.99)
EFL_ENABLE_EO_API_SUPPORT
EFL_ENABLE_BETA_API_SUPPORT
# Evas

@ -0,0 +1,5 @@
dnl use: EFL_ENABLE_BETA_API_SUPPORT
AC_DEFUN([EFL_ENABLE_BETA_API_SUPPORT],
[
AC_DEFINE([EFL_BETA_API_SUPPORT], [1], [Enable access to unstable EFL API that are still in beta])
])
Loading…
Cancel
Save