Magellan Linux

Contents of /trunk/mesa/patches/mesa-6.4.2-amd64-fix-have-dix-config.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: 645 byte(s)
-import

1 ===================================================================
2 RCS file: /cvs/mesa/Mesa/src/mesa/main/glheader.h,v
3 rcsdiff: /cvs/mesa/Mesa/src/mesa/main/glheader.h,v: warning: Unknown phrases like `commitid ...;' are present.
4 retrieving revision 1.70
5 retrieving revision 1.71
6 diff -u -r1.70 -r1.71
7 --- Mesa/src/mesa/main/glheader.h 2006/02/11 02:59:38 1.70
8 +++ Mesa/src/mesa/main/glheader.h 2006/02/15 21:03:34 1.71
9 @@ -46,6 +46,9 @@
10 #ifndef GLHEADER_H
11 #define GLHEADER_H
12
13 +#ifdef HAVE_DIX_CONFIG_H
14 +#include "dix-config.h"
15 +#endif
16
17 #if defined(XFree86LOADER) && defined(IN_MODULE) && !defined(NO_LIBCWRAPPER)
18 #include "xf86_ansic.h"