bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0258946f71967571186e09723979dc8931a77ac3
commit 0258946f71967571186e09723979dc8931a77ac3 Author: Marcel Hollerbach <m...@marcel-hollerbach.de> Date: Tue Oct 9 21:18:04 2018 +0200 meson: add dl to eina eina uses dlsym. I forgot this. Differential Revision: https://phab.enlightenment.org/D7149 --- src/lib/eina/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/meson.build b/src/lib/eina/meson.build index 13750b8070..9535391619 100644 --- a/src/lib/eina/meson.build +++ b/src/lib/eina/meson.build @@ -1,4 +1,4 @@ -eina_deps = [] +eina_deps = [dl] eina_pub_deps = [thread_dep] public_sub_headers = [ --