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:
parent
0fbed2bfb6
commit
54c71f587a
|
|
@ -1,4 +1,5 @@
|
|||
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"
|
||||
|
||||
do_install:append() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue