diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-09 12:48:57 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-09 16:21:46 -0800 |
commit | dd510fcea79b63d26f1009fe19f8440737a71bd0 (patch) | |
tree | f4a087eda352a2bde89ee4c559285568a307849f /.travis.yml | |
parent | bee160a9e2f4c94e2d5e777f26bcb39bffbb9c74 (diff) | |
download | subsurface-dd510fcea79b63d26f1009fe19f8440737a71bd0.tar.gz |
Travis: add missing dependency
This is a fairly big hammer to get the missing dependencies installed.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e7e71de72..52c980538 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,8 @@ matrix: - libcurl4-openssl-dev # Not a subsurface dependency, but a Qt dependency - mesa-common-dev + - libqt5gui5 + - libxcb-xinerama0 # Not a subsurface dependency, but a QtMultimedia/libdeclarative_multimedia.so dependency - libpulse-mainloop-glib0 # Not a subsurface dependency, but a QtWebKit dependency |