discomfitor pushed a commit to branch master.

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

commit 2ec02258ec58ec16292d8ef0d69ba7b61b599246
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Mar 9 13:13:45 2016 -0500

    fix xwayland compile with 1.18 eo
---
 src/modules/xwayland/e_mod_main.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/modules/xwayland/e_mod_main.c 
b/src/modules/xwayland/e_mod_main.c
index 5f28e1e..a6f0954 100644
--- a/src/modules/xwayland/e_mod_main.c
+++ b/src/modules/xwayland/e_mod_main.c
@@ -367,7 +367,13 @@ e_modapi_init(E_Module *m)
      return NULL;
 
 #ifdef HAVE_PULSE
+# ifdef EFL_VERSION_1_18
+   void *tmp;
+   eo_add(&tmp, ECORE_AUDIO_OUT_PULSE_CLASS, NULL);
+   eo_del(tmp);
+# else
    eo_del(eo_add(ECORE_AUDIO_OUT_PULSE_CLASS, NULL));
+# endif
 #endif
 
    /* record wayland display */

-- 


Reply via email to