summaryrefslogtreecommitdiff
path: root/glib/meson.build
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-09-20 11:29:27 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2022-09-20 11:30:02 -0400
commit49fd523af34a50696fef650dc685a98620cfd474 (patch)
tree6dadbe08b988944788e00622974414f748fbe9f7 /glib/meson.build
parentc00df192ee4a505519a64eb41dfb1374b54abfbb (diff)
downloadglib-49fd523af34a50696fef650dc685a98620cfd474.tar.gz
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
Diffstat (limited to 'glib/meson.build')
-rw-r--r--glib/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/meson.build b/glib/meson.build
index 1e6dc36be..503948766 100644
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -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