[glib: 2/5] meson: Set install_tag on systemtap files




commit 49fd523af34a50696fef650dc685a98620cfd474
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Tue Sep 20 11:29:27 2022 -0400

    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

 glib/meson.build    | 1 +
 gobject/meson.build | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/glib/meson.build b/glib/meson.build
index 1e6dc36be6..5039487663 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
 
diff --git a/gobject/meson.build b/gobject/meson.build
index a994eb5918..c12ff6d7dc 100644
--- a/gobject/meson.build
+++ b/gobject/meson.build
@@ -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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]