diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-31 17:19:27 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-31 17:19:27 +0000 |
commit | 8e88d36f78c13025847310b411402f1d46a2e0cd (patch) | |
tree | 8313d52e88e01bb376aeab7afbd960b97cb3a502 | |
parent | fb9f712fd1044feb8ce6a99aabaeb5966123e268 (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 */ |