fix wl_fb define name in comp init
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 17 Jul 2015 19:28:23 +0000 (15:28 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 17 Jul 2015 19:30:30 +0000 (15:30 -0400)
src/bin/e_comp.c

index 2cf02b4..4d5295f 100644 (file)
@@ -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