mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
meson: link with libdl
Change-Id: I010069c97af03b8128c22765eb5814b2fb0a59c2 Gitlab: #254
This commit is contained in:

committed by
Adrien Béraud

parent
1ec8964f56
commit
b87c7d6d21
@ -137,6 +137,7 @@ if get_option('plugins')
|
||||
'-DENABLE_LIBXML2=OFF'
|
||||
]).dependency('archive_static')
|
||||
endif
|
||||
depdl = meson.get_compiler('cpp').find_library('dl', required: false)
|
||||
else
|
||||
conf.set('ENABLE_PLUGIN', false)
|
||||
endif
|
||||
|
@ -268,7 +268,7 @@ if conf.get('ENABLE_PLUGIN')
|
||||
'plugin/pluginloaderdl.cpp',
|
||||
'plugin/pluginmanager.cpp'
|
||||
)
|
||||
libjami_dependencies += deplibarchive
|
||||
libjami_dependencies += [deplibarchive, depdl]
|
||||
endif
|
||||
|
||||
libjami = library('jami',
|
||||
|
Reference in New Issue
Block a user