Hi guys,
hopefully, this question was not asked in the meantime, I wasn't able to find a proper answer.
I tried building retroarch-rbp-git on the rpi and got problems regarding libEGL when compiling it. So I googled and found out, that the built-in graphics libraries (/opt/vc/lib) are incompatible with mesa (see https://github.com/Themaister/RetroArch/issues/171).
To finish compiling, I uninstalled mesa, mesa-libgl and all packages, which depends on them (like xbmc and xfce4).
Does this mean, I'm completely unable to use mesa and mesa-libgl on my alarm setup when compiling anything against the rpi graphics libs? Or is it possible to remove mesa dependencies manually via PKGBUILD on any package (which implicit means, I have to compile any package, as a lot of packages depend on mesa)?
Is it even possible to have retroarch-rbp-git, xbmc-rbp (libva depends on libgl and libgles) and eventually even the xfce4 packages (cairo depends on libgl and mesa) installed side by side?
Currently I'm not absolutely sure, which packages I definitely need to install (mesa, mesa-libgl, etc.?) or which rpi packages should provide libgl etc.
Thanks in advance for any enlightenment!
Best regards,
Ryad