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.
This commit is contained in:
Ian Romanick
2005-07-29 17:25:50 +00:00
parent 4508bcc72c
commit dc6e2c778a
5 changed files with 54 additions and 4 deletions
+1 -2
View File
@@ -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 \