summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-graphics/cairo/pvr-cairo.inc
Commit message (Collapse)AuthorAgeFilesLines
* cairo: resolve opengl versionRandolph Sapp2023-05-021-0/+5
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>