mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-01 06:48:02 +02:00
Merge branch 'whats-the-dl' into 'main'
libply: Add dependency on ldl Closes #194 See merge request plymouth/plymouth!208
This commit is contained in:
commit
f2a475f9e2
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ libply_sources = files(
|
|||
'ply-utils.c',
|
||||
)
|
||||
|
||||
libply_deps = [
|
||||
ldl_dep,
|
||||
]
|
||||
|
||||
libply = library('ply',
|
||||
libply_sources,
|
||||
include_directories: config_h_inc,
|
||||
|
|
@ -25,6 +29,7 @@ libply = library('ply',
|
|||
|
||||
libply_dep = declare_dependency(
|
||||
link_with: libply,
|
||||
dependencies: libply_deps,
|
||||
include_directories: include_directories('.'),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue