summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-31 17:19:27 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-31 17:19:27 +0000
commit8e88d36f78c13025847310b411402f1d46a2e0cd (patch)
tree8313d52e88e01bb376aeab7afbd960b97cb3a502
parentfb9f712fd1044feb8ce6a99aabaeb5966123e268 (diff)
- 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atistruct.h b/src/atistruct.h
index edee9e3a..0aa37b5e 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 */