summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-01-06 12:57:46 -0500
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-01-06 12:57:46 -0500
commitc5f6d18b013108f35bdab4a599b5247cc968727c (patch)
tree93c4cfba68edbd8b3f4625943a8d3fc603ce6977
parenta5bf9961e3339b8937b8491448094506d4e3de27 (diff)
downloadenlightenment-c5f6d18b013108f35bdab4a599b5247cc968727c.tar.gz
define EFL_BETA_API_SUPPORT explicitly in e.h if wayland support is enabled
-rw-r--r--src/bin/e.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/e.h b/src/bin/e.h
index 0993e65849..6b7ea51c87 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