We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8444625 commit 6dad0ceCopy full SHA for 6dad0ce
.travis/apt.pl
@@ -7,7 +7,7 @@
7
8
retry(qw(sudo apt-get update -qq));
9
10
-my @common_libs = qw(libxcursor-dev);
+my @common_libs = qw(xorg-dev);
11
12
if ($ENV{CXX} eq "clang++") {
13
retry(qw(sudo apt-get install -qq libstdc++6-4.7-dev), @common_libs);
0 commit comments