diff options
author | Andreas Haas <liu.gam3@gmail.com> | 2016-06-09 18:54:06 +0200 |
---|---|---|
committer | Andreas Haas <liu.gam3@gmail.com> | 2016-06-09 18:54:06 +0200 |
commit | 18c941bbec51fa7e899a98eaadb883dfc4f046c0 (patch) | |
tree | 0ff6471f574be36802683d876553bc53d4ae6461 /.travis.yml | |
parent | f8f30662d93a46eb4b1ece6d45be28760d5ad58c (diff) | |
download | redot-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.yml | 2 |
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 |