diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-31 17:19:29 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-31 17:19:29 +0000 |
commit | 56b87a3418a34b8f9290e87675c244e7de781dd4 (patch) | |
tree | 3b50d48bb093e07880f17515fb4dc0452b50d032 | |
parent | 72d32dd10f53317b9dadde67e723327cc2018a16 (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/ffb_dri.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |