summaryrefslogtreecommitdiffstats
path: root/.travis/linux/docker.sh
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-12-29 01:29:44 +0100
committerZach Hilman <zachhilman@gmail.com>2018-12-29 01:29:49 +0100
commit0c5ede492f8dd2e321bb237a56e7f38609541366 (patch)
treebc00e6bb78b9b60050f26dd632c4171e54ea8407 /.travis/linux/docker.sh
parentweb_browser: Add bounds checking to applet interface (diff)
downloadyuzu-0c5ede492f8dd2e321bb237a56e7f38609541366.tar
yuzu-0c5ede492f8dd2e321bb237a56e7f38609541366.tar.gz
yuzu-0c5ede492f8dd2e321bb237a56e7f38609541366.tar.bz2
yuzu-0c5ede492f8dd2e321bb237a56e7f38609541366.tar.lz
yuzu-0c5ede492f8dd2e321bb237a56e7f38609541366.tar.xz
yuzu-0c5ede492f8dd2e321bb237a56e7f38609541366.tar.zst
yuzu-0c5ede492f8dd2e321bb237a56e7f38609541366.zip
Diffstat (limited to '.travis/linux/docker.sh')
-rwxr-xr-x.travis/linux/docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/linux/docker.sh b/.travis/linux/docker.sh
index ec2cd0874..8b7e65911 100755
--- a/.travis/linux/docker.sh
+++ b/.travis/linux/docker.sh
@@ -1,7 +1,7 @@
#!/bin/bash -ex
apt-get update
-apt-get install --no-install-recommends -y build-essential git libqt5opengl5-dev libsdl2-dev libssl-dev python qtbase5-dev libqt5webengine5 wget cmake ninja-build ccache
+apt-get install --no-install-recommends -y build-essential git libqt5opengl5-dev libsdl2-dev libssl-dev python qtbase5-dev qtwebengine5-dev wget cmake ninja-build ccache
cd /yuzu