]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
libply: Try again to add -ldl seriously-whats-the-dl
authorRay Strode <rstrode@redhat.com>
Tue, 15 Nov 2022 20:43:23 +0000 (15:43 -0500)
committerRay Strode <rstrode@redhat.com>
Tue, 15 Nov 2022 20:43:23 +0000 (15:43 -0500)
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
src/libply/meson.build

index 79832cdf404772356e4d04e718df7719cbc16afb..8c8bfcf64fd2e980e1b845b512b4f3b901cca563 100644 (file)
@@ -22,6 +22,7 @@ libply_deps = [
 
 libply = library('ply',
   libply_sources,
+  dependencies: libply_deps,
   include_directories: config_h_inc,
   version: plymouth_soversion,
   install: true,