diff options
Diffstat (limited to 'package/qt5/qt5base/0004-xcb-egl-fixes.patch')
-rw-r--r-- | package/qt5/qt5base/0004-xcb-egl-fixes.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/qt5/qt5base/0004-xcb-egl-fixes.patch b/package/qt5/qt5base/0004-xcb-egl-fixes.patch index 2bbd84927a..53f8453461 100644 --- a/package/qt5/qt5base/0004-xcb-egl-fixes.patch +++ b/package/qt5/qt5base/0004-xcb-egl-fixes.patch @@ -49,15 +49,16 @@ diff -Nuar a/src/platformsupport/eglconvenience/qeglplatformcontext.cpp b/src/pl #include <qpa/qplatformcursor.h> #include <qpa/qplatformscreen.h> ---- a/src/platformsupport/eglconvenience/qeglplatformcursor.cpp 2014-08-07 16:53:50.038277168 -0400 -+++ b/src/platformsupport/eglconvenience/qeglplatformcursor.cpp 2014-08-07 17:00:36.806286766 -0400 -@@ -49,8 +49,8 @@ +--- qt5base-5.5.0.orig/src/platformsupport/eglconvenience/qeglplatformcursor.cpp ++++ qt5base-5.5.0/src/platformsupport/eglconvenience/qeglplatformcursor.cpp +@@ -41,8 +41,8 @@ - #include <QtPlatformSupport/private/qdevicediscovery_p.h> + #include <QtGui/private/qguiapplication_p.h> -#include "qeglplatformcursor_p.h" #include "qeglplatformintegration_p.h" +#include "qeglplatformcursor_p.h" + #include "qeglplatformscreen_p.h" QT_BEGIN_NAMESPACE |