diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-07-20 18:24:03 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-07-20 18:24:03 +0200 |
| commit | 6dd8d60ecf38eb7a40046ee32add3c779aa8cba9 (patch) | |
| tree | 90e7eb6a4ae3b5c4cf0c646bd4f19510030ec619 | |
| parent | e9f89878d3b7af0fd48d2865a47e7b8039aec128 (diff) | |
| download | qxmpp-6dd8d60ecf38eb7a40046ee32add3c779aa8cba9.tar.gz | |
fix build depends
| -rwxr-xr-x | tests/travis/install-build-depends.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/travis/install-build-depends.sh b/tests/travis/install-build-depends.sh index 66a1ddd3..ffdd2ed8 100755 --- a/tests/travis/install-build-depends.sh +++ b/tests/travis/install-build-depends.sh @@ -10,6 +10,8 @@ else sudo apt-get install qtbase5-dev fi -if [ "$CONFIG" = "full" ]; then - sudo apt-get install -qq libspeex-dev libtheora-dev -fi +case "$CONFIG" in +full*) + sudo apt-get install -qq libspeex-dev libtheora-dev libvpx-dev + ;; +esac |
