File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,12 @@ APT_PACKAGES="at curl unzip tar libxt-dev gperf libxaw7-dev cifs-utils \
1010 build-essential g++ gfortran zip libx11-dev libxkbcommon-x11-dev libxi-dev \
1111 libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev libxinerama-dev \
1212 libxcursor-dev yasm libnuma1 libnuma-dev python-six python3-six python-yaml \
13- flex libbison-dev autoconf libudev-dev libncurses5-dev libtool libxrandr-dev \
14- xutils-dev dh-autoreconf libgles2-mesa-dev ruby-full pkg-config"
13+ flex libbison-dev libudev-dev libncurses5-dev libxrandr-dev \
14+ xutils-dev libgles2-mesa-dev ruby-full"
15+
16+ # Autotools
17+ APT_PACKAGES=" $APT_PACKAGES autoconf dh-autoreconf libtool pkg-config autopoint \
18+ autoconf-archive"
1519
1620# Additionally required by qt5-base
1721APT_PACKAGES=" $APT_PACKAGES libxext-dev libxfixes-dev libxrender-dev \
Original file line number Diff line number Diff line change 1717 condition: always()
1818 - bash : |
1919 brew list autoconf || brew install autoconf
20+ brew list autoconf-archive || brew install autoconf-archive
2021 brew list automake || brew install automake
22+ brew list autopoint || brew install autopoint
2123 brew list libtool || brew install libtool
2224 brew list pkg-config || brew install pkg-config
2325 brew list bison || brew install bison
You can’t perform that action at this time.
0 commit comments