From 77d98fc9a3a882390e06f3618f70de5cde59124c Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 25 Apr 2022 15:50:13 +0200 Subject: [PATCH] Replace libgl-dev by libgl1-mesa-dev --- .github/workflows/build.yml | 2 +- .github/workflows/snapshot.yml | 2 +- BUILDING.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4f887e..1a0fb92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 516822b..e7c20a1 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -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 diff --git a/BUILDING.md b/BUILDING.md index 243eaea..7dd2bfe 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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 -- 2.44.0