all repos — mgba @ db6113d970d80ea271d3414ad226d3222fd361dd

mGBA Game Boy Advance Emulator

Qt: Fix build with libepoxy and old versions of Qt5
Jeffrey Pfau jeffrey@endrift.com
Sat, 16 Jan 2016 10:59:59 -0800
commit

db6113d970d80ea271d3414ad226d3222fd361dd

parent

3fef28db198e8d1397a9aed3238b1ebf8c7352b1

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/DisplayGL.hsrc/platform/qt/DisplayGL.h

@@ -10,6 +10,9 @@ #include "Display.h"

#ifdef USE_EPOXY #include <epoxy/gl.h> +#ifndef GLdouble +#define GLdouble GLdouble +#endif #endif #include <QGLWidget>