]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
Replace libgl-dev by libgl1-mesa-dev
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 25 Apr 2022 13:50:13 +0000 (15:50 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 25 Apr 2022 13:50:13 +0000 (15:50 +0200)
.github/workflows/build.yml
.github/workflows/snapshot.yml
BUILDING.md

index a4f887eb765de45d169f3127f5f370cbd3580820..1a0fb92c114f06ff550dd46d6fcaccf8240c8fb5 100644 (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
index 516822b45a6664a33437fe8d0a94dc9c39985cea..e7c20a13bf944d4d59995ba781848d497e036e9f 100644 (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
index 243eaea65eab7db5fda00b0762029c095c22f6f6..7dd2bfe2586d00af66bf0d1b4225b995b1528a09 100644 (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