Skip to content

Commit

Permalink
build: install MSYS2 autotools package.
Browse files Browse the repository at this point in the history
Some tools have been moved. `aclocal` (and likely other tools, but this
was the first one making an error in the deps-win*-native CI jobs) is
now in `automake-wrapper` package, which itself is a dependency of
`autotools`.

Cf. msys2/MINGW-packages#11114
  • Loading branch information
Jehan committed Mar 28, 2022
1 parent 19afd8b commit b58c7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/windows/gitlab-ci/build-deps-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pacman --noconfirm -Suy
pacman --noconfirm -S --needed \
base-devel \
mingw-w64-$MSYS2_ARCH-toolchain \
mingw-w64-$MSYS2_ARCH-autotools \
mingw-w64-$MSYS2_ARCH-meson \
\
mingw-w64-$MSYS2_ARCH-cairo \
Expand Down
1 change: 1 addition & 0 deletions build/windows/gitlab-ci/build-gimp-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pacman --noconfirm -Suy
pacman --noconfirm -S --needed \
base-devel \
mingw-w64-$MSYS2_ARCH-toolchain \
mingw-w64-$MSYS2_ARCH-autotools \
mingw-w64-$MSYS2_ARCH-ccache \
\
mingw-w64-$MSYS2_ARCH-appstream-glib \
Expand Down

0 comments on commit b58c7a5

Please sign in to comment.