From 51c74889cf25c4388d7b1e6c2550e840936c3cc2 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 17 Jul 2015 15:28:23 -0400 Subject: [PATCH] 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 2cf02b47a..4d5295f8d 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