Fix Indentation

This commit is contained in:
N00byKing
2018-01-23 19:34:26 +01:00
committed by N00byKing
parent 71fdff79b8
commit 52a0b0a97d

View File

@@ -8,16 +8,16 @@ apt-get install -y build-essential wget git python-launchpadlib libssl-dev
# Install specific versions of packages with their dependencies # Install specific versions of packages with their dependencies
# The apt repositories remove older versions regularly, so we can't use # The apt repositories remove older versions regularly, so we can't use
# apt-get and have to pull the packages directly from the archives. # apt-get and have to pull the packages directly from the archives.
/yuzu/.travis/linux-frozen/install_package.py \ /yuzu/.travis/linux-frozen/install_package.py \
libsdl2-dev 2.0.4+dfsg1-2ubuntu2 xenial \ libsdl2-dev 2.0.4+dfsg1-2ubuntu2 xenial \
qtbase5-dev 5.9.3+dfsg-0ubuntu1 bionic \ qtbase5-dev 5.9.3+dfsg-0ubuntu1 bionic \
libharfbuzz0b 1.7.2-1 bionic \ libharfbuzz0b 1.7.2-1 bionic \
libqt5opengl5-dev 5.9.3+dfsg-0ubuntu1 bionic \ libqt5opengl5-dev 5.9.3+dfsg-0ubuntu1 bionic \
libfontconfig1 2.12.6-0ubuntu1 bionic \ libfontconfig1 2.12.6-0ubuntu1 bionic \
libfreetype6 2.8-0.2ubuntu2 bionic \ libfreetype6 2.8-0.2ubuntu2 bionic \
libicu-le-hb0 1.0.3+git161113-4 bionic \ libicu-le-hb0 1.0.3+git161113-4 bionic \
libdouble-conversion1 2.0.1-4ubuntu1 bionic \ libdouble-conversion1 2.0.1-4ubuntu1 bionic \
qtchooser 64-ga1b6736-5 bionic \ qtchooser 64-ga1b6736-5 bionic \
libicu60 60.2-1ubuntu1 bionic libicu60 60.2-1ubuntu1 bionic
# Get a recent version of CMake # Get a recent version of CMake