meson: link ‘pgo’ with -lm and -pthreads

This commit is contained in:
Daniel Eklöf 2020-11-14 13:44:13 +01:00
parent 9e37d811e8
commit 5ee9c19d21
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -134,7 +134,7 @@ pgolib = static_library(
executable(
'pgo',
'pgo.c',
dependencies: [pixman, fcft, tllist],
dependencies: [math, threads, pixman, fcft, tllist],
link_with: pgolib,
)