Chris Rankin wrote:
Hi,Has the header file dri2proto.h not been checked in? Or is it just not part of Mesa? Cheers, Chris
I know it's a pretty simple fix, and most people may have already fixed it for themselves, but I've attached a patch anyway, as even after installing dri2proto, mesa needs a small patch because dri2.c has an #include directive in it that I think is incorrect. Please anyone don't hesitate to tell me if something about it is wrong. Thanks!
Cheers, Jesse Burt
--- src/glx/x11/dri2.c 2008-04-01 17:24:11.000000000 -0400 +++ src/glx/x11/dri2.c 2008-04-02 17:40:22.000000000 -0400 @@ -37,7 +37,7 @@ #include <X11/extensions/extutil.h> #include "glheader.h" #include "xf86drm.h" -#include "dri2proto.h" +#include <X11/extensions/dri2proto.h> #include "dri2.h" static char dri2ExtensionName[] = DRI2_NAME;
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
