tools: Move glib.supp to tools directory

This tidies up the root directory a bit more.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall
2022-05-11 13:11:01 +01:00
parent 0dc53687f4
commit 5129750884
4 changed files with 8 additions and 8 deletions

1111
tools/glib.supp Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -12,3 +12,10 @@ if have_sh
output : 'glib-gettextize',
configuration : gettextize_conf)
endif
if host_system != 'windows'
# Install Valgrind suppression file (except on Windows,
# as Valgrind is currently not supported on Windows)
install_data('glib.supp',
install_dir : join_paths(get_option('datadir'), 'glib-2.0', 'valgrind'))
endif