X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=blobdiff_plain;f=recipes-qt%2Fqt5%2Fqtbase_%25.bbappend;h=026e76fec5d7713bbbbf6bf9749a76ca10b9850a;hp=ebca5c8e5d31db9855203b2a8d5cc49694e3e3b7;hb=c893ae9b7e61a833899b181e0017ee2cfab8b97e;hpb=a27f579b5039e237b7f3b489ac551d0e40f2f980 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"