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

--- helpers/tracing/meson.build.orig	2024-01-06 09:54:24 UTC
+++ helpers/tracing/meson.build
@@ -4,4 +4,6 @@ stp_scripts = [
   'render-loop.stp',
 ]
 
+if not get_option('dtrace').disabled()
 install_data(stp_scripts, install_dir : pkgdatadir / 'systemtap' )
+endif