Skip to content

Commit

Permalink
fix snap build. add libfreetype-dev and libfreetype6 as required pack…
Browse files Browse the repository at this point in the history
…ages.
  • Loading branch information
nbuechner authored and droidmonkey committed May 28, 2023
1 parent f9e6395 commit 4dcd419
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apps:
command: usr/bin/keepassxc-proxy
extensions: [kde-neon]
plugs: [home]

slots:
session-dbus-interface:
interface: dbus
Expand Down Expand Up @@ -53,6 +53,7 @@ parts:
- libxi-dev
- libxtst-dev
- asciidoctor
- libfreetype-dev
stage-packages:
- dbus
- libbotan-2-19
Expand All @@ -62,4 +63,10 @@ parts:
- libpcsclite1
- libminizip1
- libxtst6
- libfreetype6
- xclip
lint:
ignore:
- library:
- lib/**/libhistory.so*

0 comments on commit 4dcd419

Please sign in to comment.