Skip to content
Snippets Groups Projects
Commit 2bfa1dc4 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: also apt install libgl-dev

parent a9a44242
Branches
No related tags found
1 merge request!757feat: use system opengl and glx
This commit is part of merge request !757. Comments created here will be created in the context of that merge request.
...@@ -45,8 +45,9 @@ apt-get -yqq install --no-install-recommends \ ...@@ -45,8 +45,9 @@ apt-get -yqq install --no-install-recommends \
less \ less \
libcbor-xs-perl \ libcbor-xs-perl \
libjson-xs-perl \ libjson-xs-perl \
libopengl-dev \ libgl-dev \
libglx-dev \ libglx-dev \
libopengl-dev \
locales \ locales \
lua-posix \ lua-posix \
make \ make \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment