diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-31 17:19:29 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-31 17:19:29 +0000 |
commit | bbf8a8e8dbef247b4f8d42c527b83d0b0bad61bf (patch) | |
tree | 618dbd241ac1036f37747d02d022717efc9a3830 | |
parent | 5567e32b617bbaac92286b67f8c504385a34958b (diff) |
Post-merge fixups:XORG-6_99_99_900XORG-6_8_99_900
- Disable building the gamma driver
- Fix numerous Imakefiles to get header paths and subdirs right
- Symlink client-side GLX lib source from Mesa
- Add new shader subdirs to the Mesa core build
- Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it,
since they don't generate protocol, and it was breaking the build.
-rw-r--r-- | src/sis.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -166,7 +166,6 @@ #include "xf86drm.h" #include "sarea.h" #define _XF86DRI_SERVER_ -#include "xf86dri.h" #include "dri.h" #include "GL/glxint.h" #include "sis_dri.h" |