diff options
Diffstat (limited to 'dynamic-layers')
| -rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/Force_egl_visual_ID_33.patch | 23 | ||||
| -rw-r--r-- | dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 4 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/Force_egl_visual_ID_33.patch b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/Force_egl_visual_ID_33.patch deleted file mode 100644 index b0be292dd..000000000 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase/Force_egl_visual_ID_33.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | Workaround EGL initialization failure due visual mismatch | ||
| 2 | |||
| 3 | Error: | ||
| 4 | |||
| 5 | Warning: EGL suggested using X Visual ID 33 (RGB888) for EGL config 28 (RGB444), but this is incompatable | ||
| 6 | Unable to find an X11 visual which matches EGL config 28 | ||
| 7 | Could not initialize EGL | ||
| 8 | Aborted | ||
| 9 | |||
| 10 | Upstream-Status: Inappropriate [workaround] | ||
| 11 | |||
| 12 | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> | ||
| 13 | |||
| 14 | diff -Naur qtbase-opensource-src-5.1.1_original/src/platformsupport/eglconvenience/qxlibeglintegration.cpp qtbase-opensource-src-5.1.1/src/platformsupport/eglconvenience/qxlibeglintegration.cpp | ||
| 15 | --- qtbase-opensource-src-5.1.1_original/src/platformsupport/eglconvenience/qxlibeglintegration.cpp 2013-12-25 19:08:42.163895341 -0800 | ||
| 16 | +++ qtbase-opensource-src-5.1.1/src/platformsupport/eglconvenience/qxlibeglintegration.cpp 2013-12-25 19:09:37.207893799 -0800 | ||
| 17 | @@ -180,5 +180,5 @@ | ||
| 18 | } | ||
| 19 | |||
| 20 | qWarning("Unable to find an X11 visual which matches EGL config %d", configId); | ||
| 21 | - return (VisualID)0; | ||
| 22 | + return (VisualID)33; | ||
| 23 | } | ||
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index 2803d0a4f..6570702d7 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | # Copyright (C) 2013 Eric Bénard - Eukréa Electromatique | 1 | # Copyright (C) 2013 Eric Bénard - Eukréa Electromatique |
| 2 | 2 | ||
| 3 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 4 | |||
| 5 | SRC_URI += "file://Force_egl_visual_ID_33.patch" | ||
| 6 | |||
| 7 | HAS_X11 = "${@base_contains('DISTRO_FEATURES', 'x11', 1, 0, d)}" | 3 | HAS_X11 = "${@base_contains('DISTRO_FEATURES', 'x11', 1, 0, d)}" |
| 8 | 4 | ||
| 9 | IS_MX6SL = "0" | 5 | IS_MX6SL = "0" |
