clouseau: we are using beta API.

This commit is contained in:
Cedric Bail 2013-07-23 11:39:54 +09:00
parent a9bad4f65d
commit 3521719685
2 changed files with 7 additions and 0 deletions

View File

@ -62,6 +62,8 @@ PKG_CHECK_MODULES([EFL],
]
)
EFL_ENABLE_BETA_API_SUPPORT
# Detect systemd user session directory properly
EFL_PKG_CHECK_VAR([USER_SESSION_DIR], [systemd], [systemduserunitdir],
[have_systemd_user_session="yes"], [have_systemd_user_session="no"])

5
m4/efl_beta.m4 Normal file
View File

@ -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])
])