diff options
| author | Ted Gould <ted@gould.cx> | 2019-07-31 22:07:13 +0000 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2019-07-31 22:07:13 +0000 |
| commit | 278d08bb150bdebd1166a0b7c6b9022aa15861e6 (patch) | |
| tree | 11f840a98d4c960130e8b14890133858dad34fbd /snap | |
| parent | fix compiling issues (diff) | |
| download | inkscape-278d08bb150bdebd1166a0b7c6b9022aa15861e6.tar.gz inkscape-278d08bb150bdebd1166a0b7c6b9022aa15861e6.zip | |
Update snap build dependencies
Diffstat (limited to 'snap')
| -rw-r--r-- | snap/snapcraft.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index db3b5cad2..8b7afb4e9 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -52,6 +52,7 @@ parts: - libgtkmm-3.0-dev - libgtkspell-dev - libharfbuzz-dev + - libjemalloc-dev - liblcms2-dev - libmagick++-dev - libpango1.0-dev @@ -84,8 +85,9 @@ parts: - libgsl23 - libgslcblas0 - libgtkmm-3.0-1v5 - - libgtkspell0 + - libgtkspell3-3-0 - liblcms2-2 + - libjemalloc1 - libmagick++-6.q16-7 - libpangomm-1.4-1v5 - libpoppler-glib8 |
