Skip to content

Commit

Permalink
Fix sporadic build failures of eglfs_kms_vsp2
Browse files Browse the repository at this point in the history
The eglfs_kms_vsp2 subproject depends on eglfs_kms_support.
Add the missing build dependency.

Fixes: QTBUG-85486
Change-Id: I1110d0f02166d9cdec1d734de679e2d36c6b026a
Reviewed-by: Laszlo Agocs <[email protected]>
(cherry picked from commit 2a5ad75)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
  • Loading branch information
jobor authored and Qt Cherry-pick Bot committed Jul 15, 2020
1 parent 5778d46 commit 5c57056
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5c57056

Please sign in to comment.