summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-08-15 10:51:32 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-08-15 10:51:57 -0400
commit54d446b05ec1ff2879b568b5d91bd2b7bb31ffb0 (patch)
tree91487c8e14aea7a303e6ace1b1c78caa0b06d127
parent8d780c7fb5ccb04c49c98370c9e4ec7a2440bbb1 (diff)
downloadenlightenment-54d446b05ec1ff2879b568b5d91bd2b7bb31ffb0.tar.gz
add xwayland compat for efl 1.19+
-rw-r--r--src/modules/xwayland/e_mod_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/xwayland/e_mod_main.c b/src/modules/xwayland/e_mod_main.c
index b113e270de..6a024c2520 100644
--- a/src/modules/xwayland/e_mod_main.c
+++ b/src/modules/xwayland/e_mod_main.c
@@ -369,7 +369,11 @@ xwl_init(E_Module *m)
return NULL;
#ifdef HAVE_PULSE
+ #ifdef EFL_VERSION_1_19
+ efl_del(efl_add(ECORE_AUDIO_OUT_PULSE_CLASS, NULL));
+ #else
eo_del(eo_add(ECORE_AUDIO_OUT_PULSE_CLASS, NULL));
+ #endif
#endif
/* record wayland display */