Hi all, I am building an image that use qt5 and gstreamer based on bsp v2.5 .
The problem is that when I try to disable X11 removing it from DISTRO_FEATURES gstreamer doesn’t compile anymore and I have a dependency error from bitbake because gdk-pixbuf is built with x11 and in that dependency chain the virtual/libx11 is required.
I see that the x11 dependency is introduced in the meta-toradex layer (bbappending the gdk-pixbuf recipe), so my question is: it is really necessary that bbappend for gdk-pixbuf? Generally I don’t like to remove/ recipes from bsp layers, and in this case the default value (x11 disabled) works well and permit to enable when it is required.
Thank you for your time,
Stefano.