Hello. I am trying to compile xorg-server for arm board. By that time i got a erro as <br><strong>[code]checking for GL... configure: error: Package requirements (glproto &gt;= 1.4.9 gl &gt;= 7.1.0) were not met:<br><br>No package &#39;gl&#39; found<br>
<br>Consider adjusting the PKG_CONFIG_PATH environment variable if you<br>installed software in a non-standard prefix.<br>[/code]</strong><br><br>So i googled then i found that gl and mesa is same. sp i compiled mesa. by that time i got an error as <br>
<strong>[code]<br>tex-a8 -mfloat-abi=softfp -mfpu=vfp3 -ftree-vectorize -funroll-all-loops -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing  -fPIC   -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_XSHM  glx_api.c -o glx_api.o<br>
In file included from glx_api.c:34:<br>../../../../../include/GL/glx.h:38: fatal error: X11/Xlib.h: No such file or directory<br>compilation terminated.<br>make[5]: *** [glx_api.o] Error 1<br>[/code]</strong><br> Now can anyone help me how to fix this problem<br>
<br>