summaryrefslogtreecommitdiff
path: root/x11-wm/phoc/files/patch-examples_meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/phoc/files/patch-examples_meson.build')
-rw-r--r--x11-wm/phoc/files/patch-examples_meson.build8
1 files changed, 4 insertions, 4 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')],