From 8bbb7216367890b9a8d0e5bc7899d180e3af1e87 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Wed, 8 Jun 2016 14:57:46 +0300 Subject: [Qt][build] Updated valgrind supression and make it a target for Qt --- platform/qt/scripts/configure.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform') 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 -- cgit v1.2.1