mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
c00df192ee
commit
49fd523af3
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user