diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-18 01:02:48 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-18 01:02:48 +0000 |
| commit | fd0ec94f75e62102fee70285bfcc1838b73d2af4 (patch) | |
| tree | c6eab4a479ec50afa9387adfe212e30618f94bf8 /buildtools | |
| parent | CI/AppVeyor: tweak ccache settings (diff) | |
| download | inkscape-fd0ec94f75e62102fee70285bfcc1838b73d2af4.tar.gz inkscape-fd0ec94f75e62102fee70285bfcc1838b73d2af4.zip | |
Update msys2installdeps.sh
- bzr -> git
- drop dependencies of 0.92.x branch since
it has its own msys2installdeps.sh now
Diffstat (limited to 'buildtools')
| -rw-r--r-- | buildtools/msys2installdeps.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/buildtools/msys2installdeps.sh b/buildtools/msys2installdeps.sh index e400a9e7b..4bcda71fd 100644 --- a/buildtools/msys2installdeps.sh +++ b/buildtools/msys2installdeps.sh @@ -28,7 +28,7 @@ pacman -Sy # install basic development system, compiler toolchain and build tools eval pacman -S --needed --noconfirm \ -bzr \ +git \ intltool \ base-devel \ $ARCH-toolchain \ @@ -42,8 +42,6 @@ $ARCH-gsl \ $ARCH-popt \ $ARCH-libxslt \ $ARCH-boost \ -$ARCH-gtk2 \ -$ARCH-gtkmm \ $ARCH-gtk3 \ $ARCH-gtkmm3 \ $ARCH-gdl \ @@ -58,7 +56,6 @@ $ARCH-libvisio \ $ARCH-libwpg \ $ARCH-aspell \ $ARCH-aspell-en \ -$ARCH-gtkspell \ $ARCH-gtkspell3 \ $ARCH-libyaml |
