Hi, how can we build git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git (branch ti-img-sgx/rocko/1.14.3699939) without Wayland?
As recommended in the instructions at , we have disabled Wayland with
`DISTRO_FEATURES_remove = "wayland"`
in the local.conf.
However we get the following error:
ERROR: libgles-sgx-0.1-r32 do_package_qa: QA Issue: /usr/bin/pvrsrvctl contained in package libgles-sgx requires libwayland-server.so.0, but no providers found in RDEPENDS_libgles-sgx? [file-rdeps]
ERROR: libgles-sgx-0.1-r32 do_package_qa: QA run found fatal errors. Please consider fixing them.
ERROR: libgles-sgx-0.1-r32 do_package_qa: Function failed: do_package_qa
ERROR: Logfile of failure stored in: /home/valentina_giusti/meta-sumup/poky/build-solo-masada-production/tmp/work/sumup_solo-poky-linux-gnueabi/libgles-sgx/0.1-r32/temp/log.do_package_qa.13736
ERROR: Task (/home/valentina_giusti/meta-sumup/poky/meta-sumup/meta-solo-bsp/recipes-graphics/libgles-sgx/libgles-sgx_0.1.bb:do_package_qa) failed with exit code '1'
It seems that the repository contains prebuilt binaries that link to wayland libs. Is there a way to rebuild them or can you provide binaries for our platform that don't require Wayland?
