]> granicus.if.org Git - libass/commitdiff
Travis CI: explicitly install FreeType on Linux
authorOleg Oshmyan <chortos@inbox.lv>
Sun, 5 Feb 2017 02:02:30 +0000 (04:02 +0200)
committerOleg Oshmyan <chortos@inbox.lv>
Sun, 5 Feb 2017 18:43:24 +0000 (20:43 +0200)
Do this for consistency with the other library dependencies.

For reference, currently, both FreeType and Fontconfig
are preinstalled and don't need to be explicitly mentioned.

.travis.yml

index 80baf4335d33bc6caca9781ae3af986639b843f7..f18d410e3834c21c2a2647cf76bef19a240e2438 100644 (file)
@@ -20,7 +20,7 @@ branches:
 
 before_install:
   - (sudo apt-get update || brew update)
-  - (sudo apt-get install -y libfontconfig1-dev libfribidi-dev yasm || (brew uninstall libtool; brew install freetype fribidi libtool yasm)) && ./autogen.sh && ./configure
+  - (sudo apt-get install -y libfontconfig1-dev libfreetype6-dev libfribidi-dev yasm || (brew uninstall libtool; brew install freetype fribidi libtool yasm)) && ./autogen.sh && ./configure
 script:
   - make -j4