mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +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)),
|
output : '@0@.stp'.format(libglib.full_path().split('/').get(-1)),
|
||||||
configuration : stp_cdata,
|
configuration : stp_cdata,
|
||||||
install_dir : tapset_install_dir,
|
install_dir : tapset_install_dir,
|
||||||
|
install_tag : 'systemtap',
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -179,6 +179,7 @@ if enable_systemtap
|
|||||||
output : '@0@.stp'.format(libgobject.full_path().split('/').get(-1)),
|
output : '@0@.stp'.format(libgobject.full_path().split('/').get(-1)),
|
||||||
configuration : stp_cdata,
|
configuration : stp_cdata,
|
||||||
install_dir : tapset_install_dir,
|
install_dir : tapset_install_dir,
|
||||||
|
install_tag : 'systemtap',
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user