<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
hi,
<div><br>
</div>
<div>I have generated a core-image-x11 image for a Toradex Colibri T20 board.</div>
<div>I aim to compile and execute our application that normally runs under X11 + OpenGL.</div>
<div><br>
</div>
<div>I'm not an expert of X11 and gles technologies.</div>
<div><br>
</div>
<div>Therefore, I need to have the necessary libraries in the linux image I have generated.</div>
<div>I have therefore added in my local.conf:</div>
<div><br>
</div>
<div>DISTRO_FEATURES_append = "opengl"</div>
<div><br>
</div>
<div>In order to compile our application, I have generated the respective toolchain with bitbake -c populate_sdk core-image-x11. </div>
<div>It worked fine as well.</div>
<div><br>
</div>
<div>But as I launched the makefiles, I got some </div>
<div><span style="font-size: 12pt;"><b>...xxx.cpp :188:25: fatal error: GL/glxext.h: No such file or directory</b></span></div>
<div>
<div><b> #include <GL/glxext.h></b></div>
<br>
</div>
<div>Indeed, I have no glxext.h file in the generated toolchain sdk, neither in the sysroots.</div>
<div>In my sysroot, I have only:</div>
<div><br>
</div>
<div>
<div>./GL</div>
<div>├── glxint.h</div>
<div>├── glxmd.h</div>
<div>├── glxproto.h</div>
<div>├── glxtokens.h</div>
<div>└── internal</div>
<div> └── glcore.h</div>
<div>./GLES</div>
<div>├── egl.h</div>
<div>├── glext.h</div>
<div>├── gl.h</div>
<div>└── glplatform.h</div>
<div>./GLES2</div>
<div>├── gl2ext.h</div>
<div>├── gl2.h</div>
<div>└── gl2platform.h</div>
<div><br>
</div>
<br>
</div>
<div>So, I suppose that something is missing in the features of my core-image-x11 (and subsequently in the respective toolchain).</div>
<div><br>
</div>
<div>Should I add something in some features ?</div>
<div><br>
</div>
<div><br>
</div>
<div>Cheers,</div>
<div><br>
</div>
<div>Karim</div>
<div><br>
</div>
</div>
</body>
</html>