mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
b67e6dc1ee
Recent Raspberry Pi firmware images have renamed the vendor graphics libraries (brcmEGL, brcmGLESv2, brcmOpenVG) to distinguish from the standard VC4 Mesa driver. * When videocore is selected, first try to use pkgconfig for the new library names (brcmEGL, brcmGLESv2, brcmOpenVG). * Ensure that non-pkgconfig fallback detection also checks the new library names. This should resolve compile issues in stretch whilst maintaining compatibility with jessie firmwares later than 1.20160921-1 (the first package that includes the renamed libraries). The PKG_CONFIG_PATH must be set in your build environment in order for the pkgconfig to be utilized, which will be included in the next firmware (1.20170811-2 or later).