blob: 0d8d329b72e450a33c6ce88e67dbc64f8deb6be8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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')],
)
|