From 3fc0db95e4b44fab108fd0495933f0d83c9b6336 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Thu, 16 Oct 2003 04:50:42 +0000 Subject: Minor changes to make linux-solo build again --- src/mesa/Makefile.X11 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/Makefile.X11') diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 72e1499392..dd4336e6d0 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -237,11 +237,13 @@ CORE_SOURCES = \ # This will probably get set to $(X86_SOURCES) in Make-config: ASM_SOURCES = +ifndef SOLO # This should get set in Make-config someday: DRIVER_SOURCES = \ $(X11_DRIVER_SOURCES) \ $(GLIDE_DRIVER_SOURCES) \ $(SVGA_DRIVER_SOURCES) +endif ### Object files -- cgit v1.2.3