diff options
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtbase_%.bbappend | 12 | ||||
-rw-r--r-- | recipes-qt/qt5/qtwayland_%.bbappend | 3 |
2 files changed, 9 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index ebca5c8e5..026e76fec 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -1,13 +1,13 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI_append = "\ - file://0001-Force-qdbus-to-make-introspect-for-every-findMetaObj.patch \ - " - DEPENDS_append_koelsch = " libegl" DEPENDS_append_porter = " libegl" PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" -PACKAGECONFIG_append = " icu accessibility" +PACKAGECONFIG_append = " icu accessibility eglfs" +PACKAGECONFIG_append_rpi = " fontconfig" + +EXTRA_OECONF_append = "" + -EXTRA_OECONF_append = " -qpa wayland" +PACKAGECONFIG[gles2]="-opengl es2 -eglfs,,virtual/libgles2 virtual/egl" diff --git a/recipes-qt/qt5/qtwayland_%.bbappend b/recipes-qt/qt5/qtwayland_%.bbappend index b61b121c4..ed9e3749a 100644 --- a/recipes-qt/qt5/qtwayland_%.bbappend +++ b/recipes-qt/qt5/qtwayland_%.bbappend @@ -22,10 +22,13 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI_append = "\ file://0010-Added-manifest-file-according-to-smack-3-domain-mode.patch \ + " +SRC_URI_append_checkforkrogoth = "\ file://disable_xcomposite_egl_qt_wayland_client_buffer_integration.patch \ file://0001-Implement-initial-IVI-shell-support-with-shell-integ.patch \ file://0002-Fix-multiple-QWindow.patch \ " + DEPENDS_append_koelsch = " libegl gles-user-module" DEPENDS_append_porter = " libegl gles-user-module" |