I just noticed that Thomas Perl had open sourced chro.mono and thought I’d take a crack at cmake building with the sdk. It seems that I’m stuck at opengl. chromono uses
find_package(OpenGL REQUIRED)
in the CMakeLists.txt
I thought I’d try with the the various Mesa libraries, but don’t seem to be able to provide the required libraries that way. Is this possible? Or are those dependencies too old to satisfy?