Explicitly list libclang-dev for Ubuntu 24.04

Is needed by bindgen but not pulled in by dependencies.

Pick-to: 6.11
Change-Id: Ic3963e580f5d03a4c6de89afcac03639d4d3c27f
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
This commit is contained in:
Allan Sandfeld Jensen
2026-03-18 11:45:34 +01:00
parent e5e813ef90
commit 073360db1e
2 changed files with 2 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ installPackages+=(libxss-dev)
installPackages+=(rustc)
installPackages+=(bindgen)
installPackages+=(clang)
installPackages+=(libclang-dev)
installPackages+=(python3-html5lib)
# Common event loop handling

View File

@@ -72,6 +72,7 @@ installPackages+=(libxss-dev)
installPackages+=(rustc)
installPackages+=(bindgen)
installPackages+=(clang)
installPackages+=(libclang-dev)
installPackages+=(python3-html5lib)
# Common event loop handling