Build: add missing library to the linux-rocky8-setup.sh script

This commit is contained in:
Campbell Barton 2022-12-14 15:23:47 +11:00
parent 396816faac
commit ad39c0f312
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,7 @@ PACKAGES_FOR_LIBS=(
# NOTE(@campbellbarton): while `python39` is available, the default Python version is 3.6.
# This is used for the `python3-mako` package for e.g.
# So use the "default" system Python since it means it's most compatible with other packages.
python3
# Required by: `mesa`.
expat-devel
@ -89,8 +90,11 @@ PACKAGES_FOR_LIBS=(
bison
# Required by: `external_osl` as a build-time dependency.
flex
# Required by: `external_ispc`.
ncurses-devel
# Required by: `external_ispc` (when building with CLANG).
libstdc++-static
)
# Additional packages needed for building Blender.