Fix sporadic build failures of eglfs_kms_vsp2
The eglfs_kms_vsp2 subproject depends on eglfs_kms_support. Add the missing build dependency. Pick-to: 5.15 Fixes: QTBUG-85486 Change-Id: I1110d0f02166d9cdec1d734de679e2d36c6b026a Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>bb10
parent
79fda7a549
commit
2a5ad75ec8
|
|
@ -14,4 +14,5 @@ qtConfig(eglfs_openwfd): SUBDIRS += eglfs_openwfd
|
|||
qtConfig(opengl): SUBDIRS += eglfs_emu
|
||||
|
||||
eglfs_kms_egldevice.depends = eglfs_kms_support
|
||||
eglfs_kms_vsp2.depends = eglfs_kms_support
|
||||
eglfs_kms.depends = eglfs_kms_support
|
||||
|
|
|
|||
Loading…
Reference in New Issue