summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-10-01 15:09:38 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-31 10:15:18 -0700
commitfaaafb8387bbe521926e025edc152086e53c1615 (patch)
tree0b9bf0c1a5aed37bc96dfe5882705c50a61881b5 /platform/linux
parent2ab782b30edf7e4a16fe76738ff227f35f8748f1 (diff)
downloadqtlocation-mapboxgl-faaafb8387bbe521926e025edc152086e53c1615.tar.gz
[core] Replace clipper and libtess with earcut.hpp
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/scripts/configure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linux/scripts/configure.sh b/platform/linux/scripts/configure.sh
index 8ae3b2816d..b695d852ff 100644
--- a/platform/linux/scripts/configure.sh
+++ b/platform/linux/scripts/configure.sh
@@ -20,6 +20,7 @@ RAPIDJSON_VERSION=1.0.2
GTEST_VERSION=1.7.0${CXX11ABI:-}
PIXELMATCH_VERSION=0.9.0
WEBP_VERSION=0.5.0
+EARCUT_VERSION=0.11
function print_opengl_flags {
CONFIG+=" 'opengl_cflags%': $(quote_flags $(pkg-config gl x11 --cflags)),"$LN