Magellan Linux

Contents of /trunk/mesa/patches/mesa-6.4.1-configurable-dri-dir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 361 byte(s)
-import

1 --- Mesa-6.4/src/glx/x11/Makefile.modular 2005-08-19 16:20:03.000000000 -0400
2 +++ Mesa-6.4/src/glx/x11/Makefile 2005-11-20 15:32:47.000000000 -0500
3 @@ -2,6 +2,7 @@
4 include $(TOP)/configs/current
5
6 DEFINES += -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER
7 +DEFINES += -DDEFAULT_DRIVER_DIR='"$(DRI_DRIVER_DIR)"'
8
9 C_SOURCES = \
10 $(TOP)/src/mesa/glapi/glapi.c \