qtwayland: disable vulkan pkgconfig for mx8mm

This was incorrectly removed in last commit affecting this recipe. Removing
vulkan config option is needed to prevent a build failure.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2023-01-10 15:48:30 +01:00
parent 0fbed2bfb6
commit 54c71f587a
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
PACKAGECONFIG:remove:mx6sl-nxp-bsp = "wayland-egl" PACKAGECONFIG:remove:mx6sl-nxp-bsp = "wayland-egl"
PACKAGECONFIG:remove:mx8mm-nxp-bsp = "wayland-vulkan-server-buffer"
PACKAGECONFIG:remove:mx9-nxp-bsp = "xcomposite-egl xcomposite-glx" PACKAGECONFIG:remove:mx9-nxp-bsp = "xcomposite-egl xcomposite-glx"
do_install:append() { do_install:append() {