I need to include x11 in my build and consequently set DISTRO_FEATURES_append = " x11" in my local.conf. Upon invocation of bitbake however, I get an error like:
| checking for GLAMOR... yes | checking for GBM... no | configure: error: Glamor for Xorg requires gbm >= 10.2.0 | NOTE: The following config.log files may provide further information.
and the libgbm version on openembedded is only at 10.0.0. Can someone help me to resolve this conflict issue?