libglvnd/src
Kyle Brenneman dfaf0fd2b9 Add a (void*) cast for the last parameter when calling mincore.
The third parameter to mincore(2) can be a pointer to char or unsigned char,
depending on what system it's building on. To build in either case, just cast
that argument to a (void *).
2018-03-26 14:41:07 -06:00
..
EGL Add a (void*) cast for the last parameter when calling mincore. 2018-03-26 14:41:07 -06:00
generate Move the glapi_gen_libglglxstubs function into the GL makefile. 2018-03-26 14:40:57 -06:00
GL configure: Check if linking against libdl is necessary. 2018-03-26 14:41:01 -06:00
GLdispatch configure: Check if linking against libdl is necessary. 2018-03-26 14:41:01 -06:00
GLESv1 generate: Remove glapi_gen_libopengl_exports. 2018-03-26 14:40:50 -06:00
GLESv2 generate: Remove glapi_gen_libopengl_exports. 2018-03-26 14:40:50 -06:00
GLX configure: Check if linking against libdl is necessary. 2018-03-26 14:41:01 -06:00
OpenGL generate: Remove glapi_gen_libopengl_exports. 2018-03-26 14:40:50 -06:00
util configure: Check if linking against libdl is necessary. 2018-03-26 14:41:01 -06:00
Makefile.am Add configure options for the EGL, GLX, and GLES libraries. 2016-12-13 15:45:26 -07:00