From: Ray Strode Date: Tue, 15 Nov 2022 21:03:50 +0000 (-0500) Subject: libply: Add -lm too X-Git-Tag: 23.51.283~63^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3eb9fdea7fd062e59e015d329e1868ff4c6f6f;p=thirdparty%2Fplymouth.git libply: Add -lm too -lm is problematic as well, so add it. --- diff --git a/src/libply/meson.build b/src/libply/meson.build index 8c8bfcf6..70f72488 100644 --- a/src/libply/meson.build +++ b/src/libply/meson.build @@ -18,6 +18,7 @@ libply_sources = files( libply_deps = [ ldl_dep, + lm_dep, ] libply = library('ply',