raster pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=232553ca135a6a82886309f1fac6bf22fb201db7

commit 232553ca135a6a82886309f1fac6bf22fb201db7
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed May 27 11:59:41 2020 +0100

    fix linking to libm due to using math funcs
---
 meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index edc9dd3..3278eed 100644
--- a/meson.build
+++ b/meson.build
@@ -40,6 +40,7 @@ if host_os == 'linux'
 endif
 
 efl_version = '1.20.0'
+m_dep = cc.find_library('m', required : false)
 efl_deps = ['edje',
             'elementary',
             'eina',
@@ -56,7 +57,7 @@ efl_deps = ['edje',
             'efreet',
             'ecore-con',
             'ethumb_client']
-terminology_dependencies = []
+terminology_dependencies = [ m_dep ]
 edje_cc_path = ''
 edj_targets = []
 edj_files = []

-- 


Reply via email to