mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
SDL_kmsdrmvideo.c: define EGL_PLATFORM_GBM_MESA if it's missing.
Fixes: https://github.com/libsdl-org/SDL/issues/4232
This commit is contained in:
parent
ab7944f960
commit
5262b52ddd
@ -64,6 +64,10 @@
|
|||||||
#define KMSDRM_DRI_CARDPATHFMT "/dev/dri/card%d"
|
#define KMSDRM_DRI_CARDPATHFMT "/dev/dri/card%d"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef EGL_PLATFORM_GBM_MESA
|
||||||
|
#define EGL_PLATFORM_GBM_MESA 0x31D7
|
||||||
|
#endif
|
||||||
|
|
||||||
static int
|
static int
|
||||||
check_modestting(int devindex)
|
check_modestting(int devindex)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user