diff options
author | George Sapountzis <[email protected]> | 2007-04-05 18:59:42 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2007-04-05 18:59:42 +0300 |
commit | 885111518eeb60664b2ac708512dc8b599060280 (patch) | |
tree | e79433ad2e222c64235cacdbc8fb6e92b75d3502 /src/glx/x11/Makefile | |
parent | 0cae814f362bd7e648535c8ceae12ad286d20d73 (diff) |
Move glcontextmodes.c to glx.
It is no longer linked with DRI drivers, libGL passes function pointers through
the DRI interface.
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r-- | src/glx/x11/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index c509d4e0851..fd83c6fc94d 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -46,7 +46,6 @@ INCLUDES = -I. \ -I$(TOP)/include/GL/internal \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \ - -I$(TOP)/src/mesa/drivers/dri/common \ $(LIBDRM_CFLAGS) \ $(X11_INCLUDES) @@ -63,9 +62,6 @@ INCLUDES = -I. \ default: depend $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) -glcontextmodes.c: - ln -s $(TOP)/src/mesa/drivers/dri/common/glcontextmodes.c . - # Make libGL $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME): $(OBJECTS) Makefile $(TOP)/bin/mklib -o $(GL_LIB) -linker '$(CC)' \ |