Replace libgl-dev by libgl1-mesa-dev

master
Elias Fleckenstein 2022-04-25 15:50:13 +02:00
parent 5c5b36c384
commit 77d98fc9a3
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake lua5.3 xorg-dev libgl-dev
sudo apt-get install -y build-essential cmake lua5.3 xorg-dev libgl1-mesa-dev
- name: Build
run: |
cmake -B build -S src

View File

@ -11,7 +11,7 @@ jobs:
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake lua5.3 xorg-dev libgl-dev mingw-w64 curl zip
sudo apt-get install -y build-essential cmake lua5.3 xorg-dev libgl1-mesa-dev mingw-w64 curl zip
- name: Build linux snapshot
run: |
./snapshot.sh

View File

@ -12,7 +12,7 @@ git clone --recurse-submodules https://github.com/dragonblocks/dragonblocks_alph
## Client dependencies
If you want to build the client, it is required to install the build dependencies for GLEW and GLFW (on X11/Debian based systems: `apt install xorg-dev libgl-dev`).
If you want to build the client, it is required to install the build dependencies for GLEW and GLFW (on X11/Debian based systems: `apt install xorg-dev libgl1-mesa-dev`).
Refer to:
- https://www.glfw.org/docs/3.3/compile.html