summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-07-29 17:25:50 +0000
committerIan Romanick <idr@us.ibm.com>2005-07-29 17:25:50 +0000
commitdc6e2c778aa0e67b68fa02043443bfad4dbbccbf (patch)
treea5be22de89bc4b277879a06e88a285fe63222f3a /src
parent4508bcc72c96d468ea121f75e33500a9359a786e (diff)
Add a new config called linux-indirect. This build the GLX libGL just like
linux-dri, but it disables support for direct-rendering in it. This config mainly exists so that I can verify that changes to libGL haven't broken builds on non-DRI platforms.
Diffstat (limited to 'src')
-rw-r--r--src/glx/x11/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile
index ece9384b35..ff35f32f8f 100644
--- a/src/glx/x11/Makefile
+++ b/src/glx/x11/Makefile
@@ -5,8 +5,7 @@ include $(TOP)/configs/current
# code will not build with DNIO defined. When we finally drop old interface
# support in libGL, we need to clean up both glxcmds.c and dri_interface.h.
-DEFINES += -DGLX_DIRECT_RENDERING -DGLXEXT -DXF86DRI -DGLX_USE_DLOPEN \
- -DGLX_USE_MESA -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER
+DEFINES += -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER
C_SOURCES = \
$(TOP)/src/mesa/glapi/glapi.c \