Skip to content
  • Nicolas Dufresne's avatar
    gl: Allow using non-system mesa with both GL and GLES · 4c19b415
    Nicolas Dufresne authored
    GCC automatically disable redundance warnings for system headers. As
    soon as we start using a non-system installed mesa, we would start
    having issues. The test for both wasn't setting any flags, so it would
    work but then fail at runtime.
    
    This is being fixed by disabling in the code (where needed only) that
    GCC warning. The test is also fixed to avoid the false positive we had.
    4c19b415