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

Initial release

Pre-release
Pre-release
Compare
Choose a tag to compare
@klogg klogg released this 24 Jun 13:18
· 128 commits to master since this 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>