summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-24 00:23:11 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-02-24 00:23:11 +0000
commit78d63a412cddf66fa52c5d308ec89126a1ee6341 (patch)
tree7f64df4301bf1b7af6fc38684e97c496e5730cb5
parent5af865f8cbb41dde0f40e963c097212165fb4268 (diff)
parente123853b8b8cd23c8e21ff54470be4106abdb7e8 (diff)
downloadgtk+-78d63a412cddf66fa52c5d308ec89126a1ee6341.tar.gz
Merge branch '138-gtk4-install-valgrind-suppressions' into 'master'
build: Install Valgrind suppressions files Closes #138 See merge request GNOME/gtk!1467
-rw-r--r--meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 22804b5196..2ba1516d7e 100644
--- a/meson.build
+++ b/meson.build
@@ -794,6 +794,13 @@ meson.add_install_script('build-aux/meson/post-install.py',
gtk_libdir,
gtk_datadir)
+if host_machine.system() != 'windows'
+ # Install Valgrind suppression files (except on Windows,
+ # as Valgrind is currently not supported on Windows)
+ install_data('gtk.supp', 'gtk64.supp',
+ install_dir : join_paths(gtk_datadir, 'gtk-4.0', 'valgrind'))
+endif
+
summary = [
'',
'------',