discomfitor pushed a commit to branch enlightenment-0.20.

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

commit 27e48811938db758607b5db9d83a00244ec363fd
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jan 18 14:54:18 2016 -0500

    use more correct defines for enabling wl output modules during comp init
---
 src/bin/e_comp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 3eb9c9b..0c60dce 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -1113,11 +1113,11 @@ e_comp_init(void)
 #ifdef USE_MODULE_WL_WL
            "wl_wl",
 #endif
-#ifdef HAVE_WL_DRM
+#ifdef USE_MODULE_WL_DRM
            "wl_drm",
 #endif
 /* probably add other engines here; fb should be last? */
-#ifdef HAVE_WL_FB
+#ifdef USE_MODULE_WL_FB
            "wl_fb",
 #endif
            NULL

-- 


Reply via email to