]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
libply: Add -lm too
authorRay Strode <rstrode@redhat.com>
Tue, 15 Nov 2022 21:03:50 +0000 (16:03 -0500)
committerRay Strode <rstrode@redhat.com>
Tue, 15 Nov 2022 21:18:23 +0000 (16:18 -0500)
-lm is problematic as well, so add it.

src/libply/meson.build

index 8c8bfcf64fd2e980e1b845b512b4f3b901cca563..70f724880c592ba366c1ef406a82ee30a8afc1e9 100644 (file)
@@ -18,6 +18,7 @@ libply_sources = files(
 
 libply_deps = [
   ldl_dep,
+  lm_dep,
 ]
 
 libply = library('ply',