Skip to content

Commit

Permalink
ci: snap: add gotk3 deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Oct 2, 2023
1 parent eced0a7 commit 2c05c6b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,31 @@ parts:
- git
- gcc
- gettext
# gotk3 deps
- libatk-bridge2.0-0
- libepoxy0
- libfribidi0
- libgraphite2-3
- libpangoft2-1.0-0
- libpixman-1-0
- libthai0
- libwayland-client0
- libwayland-cursor0
- libwayland-egl1
- libx11-6
- libx11-xcb1
- libxcb-render0
- libxcb-shm0
- libxcb1
- libxcomposite1
- libxcursor1
- libxdamage1
- libxext6
- libxfixes3
- libxi6
- libxinerama1
- libxkbcommon0
- libxrandr2

override-pull: |
snapcraftctl pull
Expand Down

0 comments on commit 2c05c6b

Please sign in to comment.