Skip to content

Commit

Permalink
README: Add libegl as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Mar 27, 2023
1 parent 4ab2f36 commit 476f1f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Dependencies
run: |
sudo apt update
sudo apt install libvulkan-dev libobs-dev libgl-dev libx11-dev libxcb1-dev libxcb-xfixes0-dev libwayland-dev libwayland-bin
sudo apt install libvulkan-dev libobs-dev libgl-dev libegl-dev libx11-dev libxcb1-dev libxcb-xfixes0-dev libwayland-dev libwayland-bin
- name: Configure
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ For capturing games outside Flatpak runtime, you need native build regardless of
* libobs
* libvulkan
* libgl
* libegl
* libX11 (optional)
* libxcb (optional)
* libwayland-client (optional)
Expand Down

0 comments on commit 476f1f4

Please sign in to comment.