On 21 August 2016 at 03:36, Mark Farver wrote: > It seems like libSDL2-ttf has an ability to render fonts using OpenGL. > This feature is enabled by the successful compilation of a test > program in .configure. > > Why if I remove x11 from DISTRO_FEATURES does > sysroots/imx6qsabresd/usr/lib/libGL.so still get linked against X > libraries? How do I find out which package was responsible for > creating that library file? > So libGL is explicitly GLX, so obviously needs X11. Yes, removing x11 from DISTRO_FEATURES will remove every trace of X11 from your build (remove your tmp after changing the distro features though). Ross