summaryrefslogtreecommitdiff
path: root/x11-wm/phoc/files/patch-tools_tracing_meson.build
blob: 0bb1a894a079f17b34997354eb3036435690cc10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Error: Orphaned: %%DATADIR%%/systemtap/activation.stp
Error: Orphaned: %%DATADIR%%/systemtap/direct-scanout.stp
Error: Orphaned: %%DATADIR%%/systemtap/render-loop.stp

--- tools/tracing/meson.build.orig	2025-06-30 06:54:56 UTC
+++ tools/tracing/meson.build
@@ -1,3 +1,5 @@ stp_scripts = ['activation.stp', 'direct-scanout.stp',
 stp_scripts = ['activation.stp', 'direct-scanout.stp', 'render-loop.stp']
 
+if not get_option('dtrace').disabled()
 install_data(stp_scripts, install_dir: pkgdatadir / 'systemtap')
+endif