diff options
author | Adam Jackson <ajax@freedesktop.org> | 2005-07-31 17:19:27 +0000 |
---|---|---|
committer | Adam Jackson <ajax@freedesktop.org> | 2005-07-31 17:19:27 +0000 |
commit | 35097a6ff8e4429096177c62878c2b1fa1e0aa3a (patch) | |
tree | 033ea9ebd590cc574dd65244f191a638341c909a | |
parent | 7ede789079bd0a03c9c9e368ad695a805cf7eec0 (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/atistruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atistruct.h b/src/atistruct.h index edee9e3..0aa37b5 100644 --- a/src/atistruct.h +++ b/src/atistruct.h @@ -41,7 +41,7 @@ #include "atidripriv.h" #include "mach64_dri.h" #include "sarea.h" -#include "xf86dri.h" +#include "xf86drm.h" #include "dri.h" #endif /* XF86DRI_DEVEL */ |