Skip to content

Commit

Permalink
Merge pull request #62 from Czaki/libopengl0
Browse files Browse the repository at this point in the history
Add libopengl0 to list of libraries
  • Loading branch information
tlambert03 committed Nov 22, 2023
2 parents 993901f + ec517a2 commit e263472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function run() {
if (process.platform === 'linux') {
await exec.exec('sudo apt-get update')
await exec.exec(
'sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 x11-utils libxcb-cursor0'
'sudo apt-get install -y libegl1 libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 x11-utils libxcb-cursor0 libopengl0 libegl1-mesa'
)
}
} catch (error) {
Expand Down

0 comments on commit e263472

Please sign in to comment.