From 8e88d36f78c13025847310b411402f1d46a2e0cd Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sun, 31 Jul 2005 17:19:27 +0000 Subject: Post-merge fixups: - 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. --- src/atistruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3