Provisioning: Add Vulkan installation for Ubuntu 20.04
Vulkan is needed by examples Pick-to: 6.1 Pick-to: 6.1.0 Pick-to: 6.0 Task-number: QTBUG-92545 Change-Id: I2f814e452c88c04919b26eb42e90bac18356bbe7 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
This commit is contained in:
parent
546c9fb3c1
commit
027f8ccb08
@ -190,6 +190,8 @@ installPackages+=(ssh)
|
||||
# For bitbake
|
||||
installPackages+=(diffstat)
|
||||
installPackages+=(binfmt-support)
|
||||
# Vulkan is needed for examples
|
||||
installPackages+=(libvulkan-dev)
|
||||
|
||||
echo "Running update for apt"
|
||||
waitLoop
|
||||
|
Loading…
x
Reference in New Issue
Block a user