2018-09-04 15:29 GMT+02:00 Hongxu Jia <[email protected]>: >>> They can't be built without opengl in DISTRO_FEATURES. >>> [snip]
> I am afraid whether opengl or not, it always requires virtual/libql > just like Ubuntu/Fedora does. > > [Fedora webkitgtk.spec] > BuildRequires: mesa-libGL-devel > [Fedora webkitgtk.spec] > > [Ubuntu debian/control] > Build-Depends: libgl1-mesa-dev [!armel !armhf !arm64] > [Ubuntu debian/control] Fedora and Ubuntu have elected to enable opengl in their distros, that does not in itself mean it cannot be disabled. So please disable it, and inspect the source code for reasons it breaks the build. That header file you cited in particular is guarded by ENABLE_OPENGL conditional, which should be false when opengl is switched off. Alex -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
