mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
meson: Set install_tag on remaining installed files
This commit is contained in:
@@ -18,5 +18,7 @@ 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'))
|
||||
install_dir : get_option('datadir') / 'glib-2.0' / 'valgrind',
|
||||
install_tag : 'devel',
|
||||
)
|
||||
endif
|
||||
|
Reference in New Issue
Block a user