diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2005-07-29 00:48:12 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@gmail.com> | 2005-07-29 00:48:12 +0000 |
commit | 4ce390b9333decc8ffa30ccfc73f8cf264aeea95 (patch) | |
tree | 82c7d9cf3f904c419b0ce09485cde2b0e6990704 /src/glx/mini/Makefile | |
parent | df68d11b47ffda570b77de6a11bf1afc311f86b2 (diff) |
Commit Ian's fixes from Bug 3877
I have tested these on miniglx and they seem to be working.
I'm sure Dave will give them a better test.
Diffstat (limited to 'src/glx/mini/Makefile')
-rw-r--r-- | src/glx/mini/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/mini/Makefile b/src/glx/mini/Makefile index 18ea8b1a77..e87905acba 100644 --- a/src/glx/mini/Makefile +++ b/src/glx/mini/Makefile @@ -5,7 +5,7 @@ TOP = ../../.. include $(TOP)/configs/current -DEFINES += -DGLX_DIRECT_RENDERING +DEFINES += -DGLX_DIRECT_RENDERING -DIN_MINI_GLX -UIN_DRI_DRIVER C_SOURCES = \ $(TOP)/src/mesa/main/dispatch.c \ |