From c5f6d18b013108f35bdab4a599b5247cc968727c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 6 Jan 2016 12:57:46 -0500 Subject: [PATCH] define EFL_BETA_API_SUPPORT explicitly in e.h if wayland support is enabled --- src/bin/e.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bin/e.h b/src/bin/e.h index 0993e6584..6b7ea51c8 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -16,6 +16,10 @@ # include "config.h" # endif +#ifdef HAVE_WAYLAND +# define EFL_BETA_API_SUPPORT +#endif + # define USE_IPC # if 0 # define OBJECT_PARANOIA_CHECK