Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5bbf40d

Browse files
committed
Merge pull request #94 from abarth/another_dep
Add another missing dependency
2 parents d909155 + 83ef212 commit 5bbf40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
1313
export PATH="$(pwd)/depot_tools:${PATH}"
1414

1515
# Get dependencies.
16-
sudo apt-get install libdbus-1-dev libgconf2-dev bison gperf wdiff python-openssl
16+
sudo apt-get install libdbus-1-dev libgconf2-dev bison gperf wdiff python-openssl libxtst-dev
1717
sudo easy_install pip
1818
sudo pip install requests
1919

0 commit comments

Comments
 (0)