summaryrefslogtreecommitdiff
path: root/platform/qt
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-16 19:22:29 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-16 19:30:20 +0300
commit3f024ebaf02e82e9282e303a46127f366a84904d (patch)
tree00b83040974508d4e22f3c7f87c81d028b289cdc /platform/qt
parentd323f393ec250fdc35efd7c79606e547526344fe (diff)
downloadqtlocation-mapboxgl-3f024ebaf02e82e9282e303a46127f366a84904d.tar.gz
[Qt] Install valgrind on-demand
Diffstat (limited to 'platform/qt')
-rw-r--r--platform/qt/scripts/configure.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/qt/scripts/configure.sh b/platform/qt/scripts/configure.sh
index 5f31c853d2..4b855f7c58 100644
--- a/platform/qt/scripts/configure.sh
+++ b/platform/qt/scripts/configure.sh
@@ -28,8 +28,6 @@ if [ "$MASON_PLATFORM" == "osx" ]; then
CONFIG+=" 'opengl_ldflags%': ['-framework OpenGL', '-framework CoreFoundation'],"$LN
}
else
- VALGRIND_VERSION=latest
-
function print_opengl_flags {
CONFIG+=" 'opengl_cflags%': $(quote_flags $(pkg-config gl x11 --cflags)),"$LN
CONFIG+=" 'opengl_ldflags%': $(quote_flags $(pkg-config gl x11 --libs)),"$LN