Skip to content

Commit

Permalink
Add LibGL to SDL build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vddCore authored May 13, 2024
1 parent c27a65f commit cbcdec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: turtlesec-no/[email protected]

- name: Install pre-requisites
run: sudo apt install xorg-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev libx11-dev xserver-xorg-dev xorg-dev libpng-dev
run: sudo apt install xorg-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev libx11-dev xserver-xorg-dev xorg-dev libpng-dev libgl1-mesa-glx

- name: Build
run: cd Dependencies && ./build_natives --with-ft && cd ..
Expand Down

0 comments on commit cbcdec4

Please sign in to comment.