Skip to content

Commit d4863a8

Browse files
author
Alexey Pechnikov
committed
Update ARM64 script with more dev libs
1 parent 966056c commit d4863a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# install dependencies
6262
apt-get -y update && apt-get -y install \
6363
libopengl0 mesa-utils \
64-
libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libglvnd-dev \
64+
libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libglvnd-dev xorg-dev libx11-dev \
6565
cmake ninja-build python3-dev build-essential
6666
6767
# install python vtk library
@@ -75,6 +75,7 @@ jobs:
7575
-DVTK_OPENGL_HAS_EGL=ON \
7676
-DVTK_OPENGL_HAS_OSMESA=OFF \
7777
-DVTK_USE_X=OFF \
78+
-DOpenGL_GL_PREFERENCE=GLVND \
7879
-DCMAKE_INSTALL_PREFIX=$(python3 -c "import sys; print(sys.prefix)") \
7980
-DVTK_WRAP_PYTHON=ON \
8081
-DVTK_PYTHON_VERSION=3

0 commit comments

Comments
 (0)