The minimum boost version to fix https://trac.wildfiregames.com/ticket/6916
The minimum gnutls:
system/certs.c:312:20: error: parameter 'status' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] int osstatus_error(status) ^ system/certs.c:312:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int osstatus_error(status)
And the minimum SDL2 version to fix https://trac.wildfiregames.com/ticket/6797