On Mon, 2011-02-21 at 16:05 +0800, Chen, Dennis (SRDC SW) wrote: 
> Hi All,
> 
>  
> 
> I found that current the Makefile of mesa/mesa/src/egl/main in X11
> R7.6 has the below line:
> 
>  
> 
> INCLUDE_DIRS = -I$(TOP)/include
> 
>  
> 
> When build the mesa module in Ubuntu system, this will led to a build
> error complaining “can’t find the X11/Xlib.h”, that’s because in
> ubuntu, the Xlib.h is located in /usr/include/X11 by default, so I
> think
> 
> The Makefile should be changed to:
> 
>  
> 
> INCLUDE_DIRS = -I$(TOP)/include -I/usr/include/X11

Please send a patch (preferably generated by git format-patch) to the
mesa-dev mailing list at lists.freedesktop.org .


-- 
Earthling Michel Dänzer           |                http://www.vmware.com
Libre software enthusiast         |          Debian, X and DRI developer
_______________________________________________
[email protected]: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: [email protected]

Reply via email to