diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-01-22 01:01:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 01:01:29 +0200 |
| commit | 4316b71017e1f4ca0d3d65f675e6cdceb3330d97 (patch) | |
| tree | 69070743b7a206aaa11947f31cfec70762f3de97 /ci/ciimage/bionic | |
| parent | 2a992526045b702a8ab72968c98fef9f9e189d2b (diff) | |
| parent | 02fb0c3f8bb60d88998c8a8c7d090ecc864ed04c (diff) | |
| download | meson-4316b71017e1f4ca0d3d65f675e6cdceb3330d97.tar.gz | |
Merge pull request #9742 from ximion/wip/itstool
i18n: Add support for joining XML localization via itstool
Diffstat (limited to 'ci/ciimage/bionic')
| -rwxr-xr-x | ci/ciimage/bionic/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/ciimage/bionic/install.sh b/ci/ciimage/bionic/install.sh index 370088bf1..74b407f96 100755 --- a/ci/ciimage/bionic/install.sh +++ b/ci/ciimage/bionic/install.sh @@ -26,6 +26,7 @@ pkgs=( libboost-python-dev libboost-regex-dev libblocksruntime-dev libperl-dev libscalapack-mpi-dev libncurses-dev + itstool ) boost_pkgs=(atomic chrono date-time filesystem log regex serialization system test thread) |
