Skip to content

Commit

Permalink
Bundle libgl1&libegl1 in snap to fix Qt5 crashes on non-debian-like d…
Browse files Browse the repository at this point in the history
…istribs
  • Loading branch information
touilleMan committed Sep 10, 2021
1 parent e11abdc commit 12c4902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packaging/snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ parts:
- libxcb1
- libxkbcommon-x11-0
- libxkbcommon0
# OpenGL and friends seem needed for some widgets...
- libgl1
- libegl1
# fuse package contains fusermount which is sometime needed by libfuse2
# (see: https://github.com/Scille/parsec-cloud/issues/1253)
- fuse
Expand Down

0 comments on commit 12c4902

Please sign in to comment.