]> Git Repo - qemu.git/commitdiff
travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-image
authorThomas Huth <[email protected]>
Wed, 9 Oct 2019 17:06:58 +0000 (19:06 +0200)
committerAlex Bennée <[email protected]>
Fri, 25 Oct 2019 18:23:53 +0000 (19:23 +0100)
We've removed support for SDL 1.2 quite a while ago already, so let's
use SDL 2 now in Travis to get test coverage for SDL again.
And while we're at it, also add libsdl2-image-dev which can be used
by QEMU nowadays, too.

Signed-off-by: Thomas Huth <[email protected]>
Message-Id: <20191009170701[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
.travis.yml

index 7be2a9949f5b3f621a195201d8d8353e94c54944..b446e04e8ae68c9b2a26835eb7b9e3a0386434ee 100644 (file)
@@ -39,7 +39,8 @@ addons:
       - libpixman-1-dev
       - libpng12-dev
       - librados-dev
-      - libsdl1.2-dev
+      - libsdl2-dev
+      - libsdl2-image-dev
       - libseccomp-dev
       - libspice-protocol-dev
       - libspice-server-dev
@@ -309,7 +310,8 @@ matrix:
             - libpixman-1-dev
             - libpng12-dev
             - librados-dev
-            - libsdl1.2-dev
+            - libsdl2-dev
+            - libsdl2-image-dev
             - libseccomp-dev
             - libspice-protocol-dev
             - libspice-server-dev
This page took 0.032506 seconds and 4 git commands to generate.