Skip to content

Commit

Permalink
Merge #804
Browse files Browse the repository at this point in the history
804: [snap] fix freetype stage exclusions for arm r=townsend2010 a=Saviq



Co-authored-by: Michał Sawicz <[email protected]>
  • Loading branch information
bors[bot] and Saviq committed May 28, 2019
1 parent 20349fc commit bd2aeed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ parts:
- libxcb-xinerama0
plugin: cmake
build-packages:
- on arm64: [libgles2-mesa-dev]
- on armhf: [libgles2-mesa-dev]
- build-essential
- cmake-extras
- git
Expand Down Expand Up @@ -336,7 +338,7 @@ parts:
stage-packages:
- xterm
stage:
- -usr/lib/x86_64-linux-gnu/libfreetype.so.6
- -usr/lib/*/libfreetype.so.6
- -usr/share/doc/libfreetype6/FTL.TXT.gz
- -usr/share/doc/libfreetype6/TODO
- -usr/share/doc/libfreetype6/changelog.Debian.gz
Expand Down

0 comments on commit bd2aeed

Please sign in to comment.