summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndreas Haas <liu.gam3@gmail.com>2016-06-09 18:54:06 +0200
committerAndreas Haas <liu.gam3@gmail.com>2016-06-09 18:54:06 +0200
commit18c941bbec51fa7e899a98eaadb883dfc4f046c0 (patch)
tree0ff6471f574be36802683d876553bc53d4ae6461 /.travis.yml
parentf8f30662d93a46eb4b1ece6d45be28760d5ad58c (diff)
downloadredot-engine-18c941bbec51fa7e899a98eaadb883dfc4f046c0.tar.gz
x11: Implemented dpi detection
depends on XRandR. Had to dynamically load `XRRGetMonitors` as Ubuntu 12.04 doesn't have it. Also removed libudev from travis install list.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c5f9cf48b7..3c7ee5c102 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,7 @@ addons:
- libglu1-mesa-dev
- libssl-dev
- libxinerama-dev
- - libudev-dev
+ - libxrandr-dev
# For cross-compiling to Windows.
- binutils-mingw-w64-i686