Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cairo: resolve opengl version | Randolph Sapp | 2023-05-02 | 2 | -0/+6 |
Cairo can either be built for use with OpenGL or OpenGLES. By default it assumes it can use OpenGL if X11 is provided as a distro feature. This assumption is not true when using the proprietary SGX / Rogue drivers. Vulkan libraries need some X libs at runtime now, so we need to manually override the PACKAGECONFIG for cairo to use OpenGLES. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> |