From 56b87a3418a34b8f9290e87675c244e7de781dd4 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sun, 31 Jul 2005 17:19:29 +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/ffb_dri.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ffb_dri.c b/src/ffb_dri.c index cf49e5d..ec7a479 100644 --- a/src/ffb_dri.c +++ b/src/ffb_dri.c @@ -46,7 +46,6 @@ #include "xf86drm.h" #include "sarea.h" #define _XF86DRI_SERVER_ -#include "xf86dri.h" #include "dri.h" #include "GL/glxint.h" -- cgit v1.2.3