File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
# Prevent blocking apt install on a question during configuring of tzdata.
15
15
export ENV DEBIAN_FRONTEND=noninteractive
16
16
sudo apt update
17
- sudo apt install mm-common clang-10 ninja-build python3-setuptools python3-pip --yes
17
+ sudo apt install libxml2-utils docbook5-xml mm-common clang-10 ninja-build python3-setuptools python3-pip --yes
18
18
# Ubuntu 20.04 contains meson 0.53.2, but libsigc++ requires meson >= 0.54.0.
19
19
# Install it with pip3 instead of apt.
20
20
sudo pip3 install "meson>=0.54.0"
Original file line number Diff line number Diff line change 14
14
# Prevent blocking apt install on a question during configuring of tzdata.
15
15
export ENV DEBIAN_FRONTEND=noninteractive
16
16
sudo apt update
17
- sudo apt install mm-common g++-9 ninja-build python3-setuptools python3-pip --yes
17
+ sudo apt install libxml2-utils docbook5-xml mm-common g++-9 ninja-build python3-setuptools python3-pip --yes
18
18
# Ubuntu 20.04 contains meson 0.53.2, but libsigc++ requires meson >= 0.54.0.
19
19
# Install it with pip3 instead of apt.
20
20
sudo pip3 install "meson>=0.54.0"
You can’t perform that action at this time.
0 commit comments