diff --git a/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend b/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend index 93ee4f5b7..38179d4d9 100644 --- a/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend +++ b/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend @@ -16,6 +16,8 @@ SRC_URI_append_imxgpu3d = " \ 'file://0016-Configure-eglfs-with-egl-pkg-config.patch', d)} \ " +PACKAGECONFIG_DEFAULT_remove_mx8mm = "vulkan" + PACKAGECONFIG += "examples" PACKAGECONFIG_PLATFORM_IMX_GPU = "" diff --git a/meta-digi-dey/recipes-qt/qt5/qtwayland_%.bbappend b/meta-digi-dey/recipes-qt/qt5/qtwayland_%.bbappend index adecdb8f2..b7d0c87cb 100644 --- a/meta-digi-dey/recipes-qt/qt5/qtwayland_%.bbappend +++ b/meta-digi-dey/recipes-qt/qt5/qtwayland_%.bbappend @@ -8,6 +8,8 @@ PACKAGECONFIG_remove_mx6sl = "wayland-egl" PACKAGECONFIG_remove_mx7 = "xcomposite-egl xcomposite-glx" PACKAGECONFIG_remove_mx8 = "xcomposite-egl xcomposite-glx" +PACKAGECONFIG_remove_mx8mm = "wayland-vulkan-server-buffer" + do_install_append() { if ls ${D}${libdir}/pkgconfig/Qt5*.pc >/dev/null 2>&1; then sed -i 's,-L${STAGING_DIR_HOST}/usr/lib,,' ${D}${libdir}/pkgconfig/Qt5*.pc