discomfitor pushed a commit to branch master.

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

commit 51c74889cf25c4388d7b1e6c2550e840936c3cc2
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Jul 17 15:28:23 2015 -0400

    fix wl_fb define name in comp init
---
 src/bin/e_comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 2cf02b4..4d5295f 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -1046,7 +1046,7 @@ e_comp_init(void)
            "wl_drm",
 #endif
 /* probably add other engines here; fb should be last? */
-#ifdef HAVE_WL_FM
+#ifdef HAVE_WL_FB
            "wl_fb",
 #endif
            NULL

-- 


Reply via email to