libretro / Lakka-LibreELEC

Lakka is a lightweight Linux distribution that transforms a small computer into a full blown game console.
https://www.lakka.tv
1.75k stars 289 forks source link

Installing libva fails when building master #1025

Closed jordemort closed 4 years ago

jordemort commented 4 years ago

I'm trying to build Lakka from master, and failing because libva can't find libGL:

checking GL/gl.h usability... no     
checking GL/gl.h presence... no
checking for GL/gl.h... no    
checking GL/glx.h usability... no
checking GL/glx.h presence... no               
checking for GL/glx.h... no            
checking for glXCreateContext in -lGL... no
configure: error: VA/GLX explicitly enabled, but libGL couldn't be found
FAILURE: scripts/install libva has failed!                                                                             
[217/351] [FAIL] install libva
Ntemis commented 4 years ago

I will start a clean build and check.

Ntemis commented 4 years ago

Found no issues ¯_(ツ)_/¯

jordemort commented 4 years ago

@Ntemis Yeah I think https://github.com/libretro/Lakka-LibreELEC/commit/d8cadf4dce42664db5247cb0522ee3ed4e1e9c26 fixed it