Skip to content

gitlab CI: ensure libtool is installed in build container

Alan Coopersmith requested to merge alanc/xf86-input-joystick:CI into master

Fixes build failure as seen in https://gitlab.freedesktop.org/xorg/driver/xf86-input-joystick/-/jobs/49733588:

autoreconf: running: /usr/bin/autoconf --force
configure.ac:37: error: possibly undefined macro: AC_DISABLE_STATIC
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:38: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: error: /usr/bin/autoconf failed with exit status: 1

Merge request reports