Xorg R7.6 mesa/egl Makefile fixing in Ubuntu 10.10

Chen, Dennis (SRDC SW) Dennis1.Chen at amd.com
Mon Feb 21 00:05:27 PST 2011


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

 

Dennis

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20110221/af98b3d1/attachment.html>


More information about the xorg mailing list