From 576caad33e2db8f6950a33848e05cf3d42e2d918 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Mon, 25 Apr 2005 03:03:10 +0000 Subject: Minor changes to make linux-solo build again --- configs/linux-solo | 3 --- src/mesa/drivers/dri/common/mmio.h | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configs/linux-solo b/configs/linux-solo index d9bb624c3b..9df35725d0 100644 --- a/configs/linux-solo +++ b/configs/linux-solo @@ -14,9 +14,6 @@ CFLAGS = $(DEFINES) -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math CXXFLAGS = $(DEFINES) -Wall -O3 -ansi -pedantic -fPIC - -ASM_SOURCES = $(X86_SOURCES) - # Library/program dependencies DRI_LIB_DEPS = -lm -lpthread -lexpat -ldl GL_LIB_DEPS = -lm -lpthread -ldl diff --git a/src/mesa/drivers/dri/common/mmio.h b/src/mesa/drivers/dri/common/mmio.h index d9fa3dec5f..2b7b4123e5 100644 --- a/src/mesa/drivers/dri/common/mmio.h +++ b/src/mesa/drivers/dri/common/mmio.h @@ -33,6 +33,8 @@ #ifndef MMIO_H #define MMIO_H +#include "glheader.h" + #if defined( __powerpc__ ) static __inline__ u_int32_t -- cgit v1.2.3