meson: Set install_tag on systemtap files

This could be done automatically by Meson, this commit can be reverted
when we have that Meson PR in our CI:
https://github.com/mesonbuild/meson/pull/10829
This commit is contained in:
Xavier Claessens 2022-09-20 11:29:27 -04:00
parent c00df192ee
commit 49fd523af3
2 changed files with 2 additions and 0 deletions

View File

@ -488,6 +488,7 @@ if enable_systemtap
output : '@0@.stp'.format(libglib.full_path().split('/').get(-1)),
configuration : stp_cdata,
install_dir : tapset_install_dir,
install_tag : 'systemtap',
)
endif

View File

@ -179,6 +179,7 @@ if enable_systemtap
output : '@0@.stp'.format(libgobject.full_path().split('/').get(-1)),
configuration : stp_cdata,
install_dir : tapset_install_dir,
install_tag : 'systemtap',
)
endif