From e72b745f32bba91592a0e1ee2b942a0ba9e65234 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 27 Mar 2006 00:07:21 +0000 Subject: Fixup makefile for solo non-egl --- src/mesa/drivers/dri/fb/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mesa/drivers/dri/fb/Makefile b/src/mesa/drivers/dri/fb/Makefile index bebacf8b27..309f50b95f 100644 --- a/src/mesa/drivers/dri/fb/Makefile +++ b/src/mesa/drivers/dri/fb/Makefile @@ -5,9 +5,14 @@ include $(TOP)/configs/current LIBNAME = fb_dri.so +ifeq ($(USING_EGL), 1) +EGL_SOURCES = server/radeon_egl.c +endif + DRIVER_SOURCES = \ fb_dri.c \ - fb_egl.c + $(EGL_SOURCES) + C_SOURCES = \ $(COMMON_SOURCES) \ @@ -16,7 +21,7 @@ C_SOURCES = \ ASM_SOURCES = # XXX not 100% sure this is right -WINDOW_SYSTEM = solo +#WINDOW_SYSTEM = solo include ../Makefile.template -- cgit v1.2.3