summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-28 01:58:32 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-28 01:58:32 +0300
commita9c8afd36e2558df680115e16334bdf67ebe4960 (patch)
tree120f60b4da67291d301e3ef83394222f374704c6 /tools
parentef325dd0168e95c39da8c14e373740c7254221fa (diff)
downloadevol-hercules-a9c8afd36e2558df680115e16334bdf67ebe4960.tar.gz
evol-hercules-a9c8afd36e2558df680115e16334bdf67ebe4960.tar.bz2
evol-hercules-a9c8afd36e2558df680115e16334bdf67ebe4960.tar.xz
evol-hercules-a9c8afd36e2558df680115e16334bdf67ebe4960.zip
Fix deps in gcc 5 ci script.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/jobs/gcc5.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/ci/jobs/gcc5.sh b/tools/ci/jobs/gcc5.sh
index 36d6bd1..2f4f3dc 100755
--- a/tools/ci/jobs/gcc5.sh
+++ b/tools/ci/jobs/gcc5.sh
@@ -8,9 +8,8 @@ source ./tools/ci/scripts/init.sh
aptget_install gcc-5 g++-5 \
git-core \
- make autoconf automake autopoint gettext libphysfs-dev \
- libxml2-dev libcurl4-gnutls-dev libpng-dev \
- libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
+ make autoconf automake autopoint \
+ littool libmysqlclient-dev libz-dev libpcre3-dev
do_init
clone_servercode