fix wl_fb define name in comp init

This commit is contained in:
Mike Blumenkrantz 2015-07-17 15:28:23 -04:00
parent 5a001b1759
commit 51c74889cf
1 changed files with 1 additions and 1 deletions

View 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