diff --git a/meson.build b/meson.build index bb5a13c9..680c0bb1 100644 --- a/meson.build +++ b/meson.build @@ -134,7 +134,7 @@ pgolib = static_library( executable( 'pgo', 'pgo.c', - dependencies: [pixman, fcft, tllist], + dependencies: [math, threads, pixman, fcft, tllist], link_with: pgolib, )