diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2007-04-05 18:59:42 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2007-04-05 18:59:42 +0300 |
commit | 885111518eeb60664b2ac708512dc8b599060280 (patch) | |
tree | e79433ad2e222c64235cacdbc8fb6e92b75d3502 /src/glx/mini | |
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/mini')
-rw-r--r-- | src/glx/mini/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/glx/mini/Makefile b/src/glx/mini/Makefile index 217b8a76ec..72943105c2 100644 --- a/src/glx/mini/Makefile +++ b/src/glx/mini/Makefile @@ -11,7 +11,7 @@ C_SOURCES = \ $(TOP)/src/mesa/main/dispatch.c \ $(TOP)/src/mesa/glapi/glapi.c \ $(TOP)/src/mesa/glapi/glthread.c \ - $(TOP)/src/mesa/drivers/dri/common/glcontextmodes.c \ + $(TOP)/src/glx/x11/glcontextmodes.c \ miniglx.c \ miniglx_events.c @@ -27,10 +27,7 @@ INCLUDE_DIRS = \ -I$(TOP)/src/mesa \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \ - -I$(TOP)/src/mesa/math \ - -I$(TOP)/src/mesa/transform \ - -I$(TOP)/src/mesa/swrast \ - -I$(TOP)/src/mesa/swrast_setup \ + -I$(TOP)/src/glx/x11 \ -I$(TOP)/src/mesa/drivers/dri/common \ `pkg-config --cflags libdrm` |