[Scummvm-git-logs] scummvm master -> 5727c9099b0f910b64a7e0c98849df7dcb2febb7

sev- sev at scummvm.org
Mon Sep 5 08:02:13 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5727c9099b BUILD: Add libcurl and libsdl to Travis prerequisities


Commit: 5727c9099b0f910b64a7e0c98849df7dcb2febb7
    https://github.com/scummvm/scummvm/commit/5727c9099b0f910b64a7e0c98849df7dcb2febb7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-09-05T08:01:54+02:00

Commit Message:
BUILD: Add libcurl and libsdl to Travis prerequisities

Changed paths:
    .travis.yml



diff --git a/.travis.yml b/.travis.yml
index 0ec65ee..7360b8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,8 @@ addons:
     packages:
     - g++ make
     - libsdl2-dev
+    - libsdl2-net-dev
+    - libcurl4-openssl-dev
     - libjpeg-turbo8-dev
     - libmpeg2-4-dev
     - libogg-dev





More information about the Scummvm-git-logs mailing list