summaryrefslogtreecommitdiff
path: root/include/mbgl/gl/implementation.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-02 16:46:59 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-02 17:34:03 +0200
commitd1723ce0403d8d2858c070f1ef732c8608915683 (patch)
treebdb3b2cfa5021500d0b89401fb65d0791c767ead /include/mbgl/gl/implementation.hpp
parent87449f08c592a73ecd67de2768b1c1be0abc552f (diff)
downloadqtlocation-mapboxgl-d1723ce0403d8d2858c070f1ef732c8608915683.tar.gz
[linux] Refactor Headless EGL with latest headless displayupstream/travis-updates
- s/HeadlessView/HeadlessBackend/g - Use EGL_DEFAULT_DISPLAY
Diffstat (limited to 'include/mbgl/gl/implementation.hpp')
-rw-r--r--include/mbgl/gl/implementation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/gl/implementation.hpp b/include/mbgl/gl/implementation.hpp
index 4e3a3e51c7..7275d22ea6 100644
--- a/include/mbgl/gl/implementation.hpp
+++ b/include/mbgl/gl/implementation.hpp
@@ -10,5 +10,5 @@
#define MBGL_USE_CGL 1
#endif
#else
- #define MBGL_USE_GLX 1
+ #define MBGL_USE_EGL 1
#endif