From: Mike Blumenkrantz Date: Fri, 17 Jul 2015 19:28:23 +0000 (-0400) Subject: fix wl_fb define name in comp init X-Git-Tag: upstream/0.20.0~551 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51c74889cf25c4388d7b1e6c2550e840936c3cc2;p=platform%2Fupstream%2Fenlightenment.git fix wl_fb define name in comp init --- 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