diff options
author | Jeremy Huddleston <[email protected]> | 2010-04-02 01:35:19 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2010-04-27 11:26:51 -0700 |
commit | 80b280db883edc9550484dba03bd5c124b6a9bf9 (patch) | |
tree | 89dfc9f512054dd78713fc56d1b2d9ff2206edf6 /src/glx/apple/Makefile | |
parent | 77dc40b2897dfaf1b7adedee4bd0e88f13bc76d3 (diff) |
apple: Change ifdefs for DRI to be DRI && !APPLE
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/apple/Makefile')
-rw-r--r-- | src/glx/apple/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/apple/Makefile b/src/glx/apple/Makefile index 314dd4d3965..4c05013f3f6 100644 --- a/src/glx/apple/Makefile +++ b/src/glx/apple/Makefile @@ -2,7 +2,7 @@ INSTALL_DIR = /usr/X11 X11_DIR = $(INSTALL_DIR) CC=gcc -GL_CFLAGS=-Wall -ggdb3 -Os -DPTHREADS -D_REENTRANT -DGLX_USE_APPLEGL -DGLX_ALIAS_UNSUPPORTED $(RC_CFLAGS) $(CFLAGS) +GL_CFLAGS=-Wall -ggdb3 -Os -DPTHREADS -D_REENTRANT -DGLX_DIRECT_RENDERING -DGLX_USE_APPLEGL -DGLX_ALIAS_UNSUPPORTED $(RC_CFLAGS) $(CFLAGS) GL_LDFLAGS=-L$(INSTALL_DIR)/lib -L$(X11_DIR)/lib $(LDFLAGS) -Wl,-single_module TCLSH=tclsh8.5 @@ -12,7 +12,7 @@ INSTALL=install LN=ln RM=rm -INCLUDE=-I. -Iinclude -Iinclude/internal -I.. -I../../../include -I$(INSTALL_DIR)/include -I$(X11_DIR)/include +INCLUDE=-I. -Iinclude -Iinclude/internal -I.. -I../../../include -I../../../src/mesa -I../../../src/mesa/glapi -I$(INSTALL_DIR)/include -I$(X11_DIR)/include COMPILE=$(CC) $(INCLUDE) $(GL_CFLAGS) -c #The directory with the final binaries. |