From: Ray Strode Date: Tue, 15 Nov 2022 20:43:23 +0000 (-0500) Subject: libply: Try again to add -ldl X-Git-Tag: 23.51.283~64^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fseriously-whats-the-dl;p=thirdparty%2Fplymouth.git libply: Try again to add -ldl This is yet one more try to get -ldl added to the link line on debian. Closes: https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/194 --- diff --git a/src/libply/meson.build b/src/libply/meson.build index 79832cdf..8c8bfcf6 100644 --- a/src/libply/meson.build +++ b/src/libply/meson.build @@ -22,6 +22,7 @@ libply_deps = [ libply = library('ply', libply_sources, + dependencies: libply_deps, include_directories: config_h_inc, version: plymouth_soversion, install: true,