use more correct defines for enabling wl output modules during comp init

This commit is contained in:
Mike Blumenkrantz 2016-01-18 14:54:18 -05:00
parent 4d717df870
commit 352d023d76
1 changed files with 2 additions and 2 deletions

View File

@ -1113,11 +1113,11 @@ e_comp_init(void)
#ifdef USE_MODULE_WL_WL
"wl_wl",
#endif
#ifdef HAVE_WL_DRM
#ifdef USE_MODULE_WL_DRM
"wl_drm",
#endif
/* probably add other engines here; fb should be last? */
#ifdef HAVE_WL_FB
#ifdef USE_MODULE_WL_FB
"wl_fb",
#endif
NULL