build: e_gadget_loader is using dlsym

but is not explicitly linking against it. Previously this was not
discovered due to a wrong flag in elementaries pkgconfig. However - the
new .pc file of elementary does not contain dl anymore (as no library
_needs_ to link against it when using elm). So we need to link this here
explicitly

Differential Revision: https://phab.enlightenment.org/D7150
This commit is contained in:
Marcel Hollerbach 2018-10-09 21:20:23 +02:00
parent 03a4b78934
commit a188cfec0e
1 changed files with 1 additions and 0 deletions

View File

@ -578,6 +578,7 @@ if config_h.has('HAVE_WAYLAND') == true
name_prefix: '',
include_directories: include_directories('../..'),
dependencies: [
dep_dl,
dependency('elementary'),
dependency('ecore-wl2'),
dependency('wayland-client'),