From 352d023d762f8a0cad1ea3da98227776e1be3e4c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 18 Jan 2016 14:54:18 -0500 Subject: [PATCH] use more correct defines for enabling wl output modules during comp init --- src/bin/e_comp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 697e37333..9f6744e6d 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -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