Workaround for QDbus caching introspects.
[AGL/meta-agl-demo.git] / recipes-qt / qt5 / qtbase_%.bbappend
1 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3 SRC_URI_append = "\
4     file://0001-Force-qdbus-to-make-introspect-for-every-findMetaObj.patch \
5     "
6
7 DEPENDS_append_koelsch = " libegl"
8 DEPENDS_append_porter = " libegl"
9
10 PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
11 PACKAGECONFIG_append = " icu accessibility"
12
13 EXTRA_OECONF_append = " -qpa wayland"