discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=c5f6d18b013108f35bdab4a599b5247cc968727c

commit c5f6d18b013108f35bdab4a599b5247cc968727c
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Jan 6 12:57:46 2016 -0500

    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 0993e65..6b7ea51 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

-- 


Reply via email to