diff options
author | Jon Smirl <[email protected]> | 2003-10-16 04:50:42 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2003-10-16 04:50:42 +0000 |
commit | 3fc0db95e4b44fab108fd0495933f0d83c9b6336 (patch) | |
tree | 0404de2a23558337dc0390186cc68dea3a794e4a /src/mesa/Makefile.X11 | |
parent | f62b8985d6f1a73b46aa4ccdd7ed8289352d9bc6 (diff) |
Minor changes to make linux-solo build again
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 72e1499392a..dd4336e6d02 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 |