Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Releases: xen-troops/meta-xt-images

Initial release

24 Jun 13:18
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
kmscube: Add mesa as a build dependency

Mesa dependency was missed resulting in build error:

/usr/include/EGL/eglext.h:1210:10: fatal error: EGL/eglmesaext.h: No such file or directory
 #include <EGL/eglmesaext.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.

Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>