Skip to content

Commit 6dad0ce

Browse files
committed
Try harder to fix travis BUILD_ALL builds.
SDL *also* requires Xinerama.h. Use xorg-dev to pull in all the X dev libraries.
1 parent 8444625 commit 6dad0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/apt.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
retry(qw(sudo apt-get update -qq));
99

10-
my @common_libs = qw(libxcursor-dev);
10+
my @common_libs = qw(xorg-dev);
1111

1212
if ($ENV{CXX} eq "clang++") {
1313
retry(qw(sudo apt-get install -qq libstdc++6-4.7-dev), @common_libs);

0 commit comments

Comments
 (0)