Changes: https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.48.0 Reported by: GitLab (notify releases)
14 lines
424 B
Plaintext
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')],
|
|
)
|