From 885111518eeb60664b2ac708512dc8b599060280 Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Thu, 5 Apr 2007 18:59:42 +0300 Subject: Move glcontextmodes.c to glx. It is no longer linked with DRI drivers, libGL passes function pointers through the DRI interface. --- src/glx/mini/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/glx/mini') 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` -- cgit v1.2.3