qt: Fix failing build on RPI
https://bugzilla.gnome.org/show_bug.cgi?id=773026
This commit is contained in:
parent
429135face
commit
950a7945e4
@ -34,6 +34,11 @@
|
|||||||
#include <QtQuick/QQuickWindow>
|
#include <QtQuick/QQuickWindow>
|
||||||
#include <QOpenGLFramebufferObject>
|
#include <QOpenGLFramebufferObject>
|
||||||
|
|
||||||
|
/* compatability definitions... */
|
||||||
|
#ifndef GL_READ_FRAMEBUFFER
|
||||||
|
#define GL_READ_FRAMEBUFFER 0x8CA8
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:
|
* SECTION:
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user