summaryrefslogtreecommitdiff
path: root/x11-wm/phoc/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/phoc/files')
-rw-r--r--x11-wm/phoc/files/patch-examples_meson.build8
-rw-r--r--x11-wm/phoc/files/patch-helpers_tracing_meson.build13
-rw-r--r--x11-wm/phoc/files/patch-tools_tracing_meson.build12
3 files changed, 16 insertions, 17 deletions
diff --git a/x11-wm/phoc/files/patch-examples_meson.build b/x11-wm/phoc/files/patch-examples_meson.build
index f9757e4f1b03..0d8d329b72e4 100644
--- a/x11-wm/phoc/files/patch-examples_meson.build
+++ b/x11-wm/phoc/files/patch-examples_meson.build
@@ -2,11 +2,11 @@ ld: error: undefined symbol: pthread_create
>>> referenced by idle.c
>>> examples/idle.p/idle.c.o:(main)
---- examples/meson.build.orig 2023-10-28 09:42:21 UTC
+--- examples/meson.build.orig 2025-06-30 06:54:56 UTC
+++ examples/meson.build
-@@ -27,5 +27,5 @@ executable('idle',
-
- executable('idle',
+@@ -24,5 +24,5 @@ executable(
+ executable(
+ 'idle',
sources: ['idle.c', client_protos_headers, protos_sources],
- dependencies: [glib, wayland_client],
+ dependencies: [glib, wayland_client, dependency('threads')],
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
diff --git a/x11-wm/phoc/files/patch-tools_tracing_meson.build b/x11-wm/phoc/files/patch-tools_tracing_meson.build
new file mode 100644
index 000000000000..0bb1a894a079
--- /dev/null
+++ b/x11-wm/phoc/files/patch-tools_tracing_meson.build
@@ -0,0 +1,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