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')], )