mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 16:00:09 +01:00
Minor changes to make linux-solo build again
This commit is contained in:
parent
cbc8d7596a
commit
576caad33e
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
#ifndef MMIO_H
|
||||
#define MMIO_H
|
||||
|
||||
#include "glheader.h"
|
||||
|
||||
#if defined( __powerpc__ )
|
||||
|
||||
static __inline__ u_int32_t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue