Skip to content

Commit

Permalink
install Qt dependencies libdbus-1-3 and libxkbcommon-x11-0 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Feb 4, 2020
1 parent 5d213fb commit 53cd7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ before_install:
- |
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
sudo apt update
sudo apt install libx11-xcb-dev libglu1-mesa-dev -y
sudo apt install libdbus-1-3 libxkbcommon-x11-0 -y
fi
install:
Expand Down

0 comments on commit 53cd7b3

Please sign in to comment.