diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-06-05 20:45:34 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-06-05 21:22:02 +0000 |
| commit | 5dc92fdb2456b6d7acd491f1d3671e5b93fc559f (patch) | |
| tree | ef01837377ff11329954d6bbb24904130a17914d /buildtools | |
| parent | complete TextToolbar migration merge (diff) | |
| download | inkscape-5dc92fdb2456b6d7acd491f1d3671e5b93fc559f.tar.gz inkscape-5dc92fdb2456b6d7acd491f1d3671e5b93fc559f.zip | |
Remove unused libyaml dependency
This was required by xverbs, which were removed in
db05b842cba28f01b431eee890537959aa2d8fe3
Diffstat (limited to 'buildtools')
| -rw-r--r-- | buildtools/msys2installdeps.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/msys2installdeps.sh b/buildtools/msys2installdeps.sh index e80828149..2ed6aec1e 100644 --- a/buildtools/msys2installdeps.sh +++ b/buildtools/msys2installdeps.sh @@ -61,8 +61,7 @@ $ARCH-libvisio \ $ARCH-libwpg \ $ARCH-aspell \ $ARCH-aspell-en \ -$ARCH-gtkspell3 \ -$ARCH-libyaml +$ARCH-gtkspell3 # install ImageMagick (as Inkscape requires old version ImageMagick 6 we have to specify it explicitly) # to prevent future updates: |
