X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-qt%2Fqt5%2Fqtbase_%25.bbappend;h=026e76fec5d7713bbbbf6bf9749a76ca10b9850a;hb=c893ae9b7e61a833899b181e0017ee2cfab8b97e;hp=7b6ab8752c2c1ec62867fb03de57534b52b2ab88;hpb=505db9d020f0c176b9f1cc12766ed977d8da17a1;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index 7b6ab8752..026e76fec 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -4,6 +4,10 @@ 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 = " -qpa wayland" +EXTRA_OECONF_append = "" + + +PACKAGECONFIG[gles2]="-opengl es2 -eglfs,,virtual/libgles2 virtual/egl"