mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-29 20:27:12 +01:00
tested (cross) compile: rpi + kmsdrm
This commit is contained in:
parent
a9c3d47c48
commit
c862f5b3a8
@ -47,6 +47,11 @@
|
||||
#include <errno.h>
|
||||
#include <poll.h>
|
||||
|
||||
/* RPI eglext.h doesn't define EGL_PLATFORM_GBM_MESA */
|
||||
#ifndef EGL_PLATFORM_GBM_MESA
|
||||
#define EGL_PLATFORM_GBM_MESA 0x31D7
|
||||
#endif
|
||||
|
||||
/* for older KMSDRM headers... */
|
||||
#ifndef DRM_FORMAT_MOD_VENDOR_NONE
|
||||
#define DRM_FORMAT_MOD_VENDOR_NONE 0
|
||||
|
Loading…
Reference in New Issue
Block a user