1
0
Fork 0

[Travis] Added libx11-dev.

This commit is contained in:
Kitteh 2018-11-07 08:37:43 +00:00
parent 72988cb669
commit 1cb2fce10d

View file

@ -17,7 +17,7 @@ before_install:
- sudo apt-get update - sudo apt-get update
install: install:
- sudo apt-get -y install ccache qt511-meta-minimal qt511quickcontrols python3-setuptools qt511quickcontrols2 qt511svg libgl1-mesa-dev x11proto-xext-dev - sudo apt-get -y install ccache qt511-meta-minimal qt511quickcontrols python3-setuptools qt511quickcontrols2 qt511svg libgl1-mesa-dev x11proto-xext-dev libx11-dev
- sudo apt-get build-dep mpv - sudo apt-get build-dep mpv
- source /opt/qt*/bin/qt*-env.sh - source /opt/qt*/bin/qt*-env.sh