summaryrefslogtreecommitdiff
path: root/x11-wm/phoc/files/patch-helpers_tracing_meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/phoc/files/patch-helpers_tracing_meson.build')
-rw-r--r--x11-wm/phoc/files/patch-helpers_tracing_meson.build13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-wm/phoc/files/patch-helpers_tracing_meson.build b/x11-wm/phoc/files/patch-helpers_tracing_meson.build
deleted file mode 100644
index 55241ee783d6..000000000000
--- a/x11-wm/phoc/files/patch-helpers_tracing_meson.build
+++ /dev/null
@@ -1,13 +0,0 @@
-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