ports/x11-wm/phoc/files/patch-examples_meson.build
2025-07-03 02:42:37 +02:00

14 lines
424 B
Plaintext

ld: error: undefined symbol: pthread_create
>>> referenced by idle.c
>>> examples/idle.p/idle.c.o:(main)
--- examples/meson.build.orig 2025-06-30 06:54:56 UTC
+++ examples/meson.build
@@ -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')],
)