stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f6d20e1f967a1a0ccd88d15af565a313a3c870f6

commit f6d20e1f967a1a0ccd88d15af565a313a3c870f6
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Wed May 27 18:21:37 2020 +0200

    build: make eina drag in the -lm flag
    
    eina uses math.h we need to drag in this flag everywhere.
    
    Differential Revision: https://phab.enlightenment.org/D11896
---
 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 15d1742633..7aa1afa7ba 100644
--- a/src/lib/eina/meson.build
+++ b/src/lib/eina/meson.build
@@ -1,5 +1,5 @@
 eina_deps = [dl]
-eina_pub_deps = [thread_dep]
+eina_pub_deps = [thread_dep, m]
 eina_pc_deps = [m, rt, dl, thread_dep] #special case, this array is taken to 
drag in external deps to efl-one
 eina_ext_deps = eina_pc_deps
 

-- 


Reply via email to