summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-06-08 14:57:46 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-06-09 19:56:35 +0300
commit8bbb7216367890b9a8d0e5bc7899d180e3af1e87 (patch)
treed887e2658b0769918cb641c734189a6402102170 /platform
parentfd8753748267de7c7a729c53e714ba6f55fa06b4 (diff)
downloadqtlocation-mapboxgl-8bbb7216367890b9a8d0e5bc7899d180e3af1e87.tar.gz
[Qt][build] Updated valgrind supression and make it a target for Qt
Diffstat (limited to 'platform')
-rw-r--r--platform/qt/scripts/configure.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/qt/scripts/configure.sh b/platform/qt/scripts/configure.sh
index 4b855f7c58..5f31c853d2 100644
--- a/platform/qt/scripts/configure.sh
+++ b/platform/qt/scripts/configure.sh
@@ -28,6 +28,8 @@ 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