summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2010-09-17 16:26:53 (GMT)
committerJesper Thomschutz <jesper.thomschutz@nokia.com>2010-09-22 13:39:57 (GMT)
commitb049dbe2efd6001f0496dffdc4fd289fa10ea25a (patch)
tree4ce9e3cc89b664d9730e4c9d70fb2b4503c981d9
parentc634f8db5872790e90205ef4f41153345b9606c2 (diff)
downloadQt-b049dbe2efd6001f0496dffdc4fd289fa10ea25a.zip
Qt-b049dbe2efd6001f0496dffdc4fd289fa10ea25a.tar.gz
Qt-b049dbe2efd6001f0496dffdc4fd289fa10ea25a.tar.bz2
Fixed compilation of MeeGo graphics system without eglext.h
We don't rely on this header, so there's no need to include it. Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com> (cherry picked from commit a65f53a09c2a5950bd8b98fd791dc413bb11f9bf)
-rw-r--r--src/plugins/graphicssystems/meego/qmeegoextensions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/graphicssystems/meego/qmeegoextensions.h b/src/plugins/graphicssystems/meego/qmeegoextensions.h
index 7f219de..f1a74f5 100644
--- a/src/plugins/graphicssystems/meego/qmeegoextensions.h
+++ b/src/plugins/graphicssystems/meego/qmeegoextensions.h
@@ -43,7 +43,6 @@
#define MEXTENSIONS_H
#include <EGL/egl.h>
-#include <EGL/eglext.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <private/qgl_p.h>