mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-03 07:29:37 +01:00
tested (cross) compile: rpi + kmsdrm
This commit is contained in:
parent
a9c3d47c48
commit
c862f5b3a8
@ -47,6 +47,11 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <poll.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... */
|
/* for older KMSDRM headers... */
|
||||||
#ifndef DRM_FORMAT_MOD_VENDOR_NONE
|
#ifndef DRM_FORMAT_MOD_VENDOR_NONE
|
||||||
#define DRM_FORMAT_MOD_VENDOR_NONE 0
|
#define DRM_FORMAT_MOD_VENDOR_NONE 0
|
||||||
|
Loading…
Reference in New Issue
Block a user