This commit is contained in:
Alcaro 2016-06-19 22:09:52 +02:00
parent 6949cfde68
commit 90dd86a66a

View File

@ -18,6 +18,10 @@
#include <signal.h>
#ifdef HAVE_GBM
/* presense or absense of this include makes egl.h change NativeWindowType between gbm_device* and _XDisplay* */
#include <gbm.h>
#endif
#include <EGL/egl.h>
#include <EGL/eglext.h>