netstar pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=ebee8283de8311a1dacb3446bc0e3d15d6dd220d

commit ebee8283de8311a1dacb3446bc0e3d15d6dd220d
Author: Al Poole <nets...@gmail.com>
Date:   Sat Oct 28 13:47:54 2017 +0100

    tests: fix build on FreeBSD.
---
 src/tests/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/meson.build b/src/tests/meson.build
index 1bf75e0..5c50f9a 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -11,7 +11,7 @@ src = files([
 
 check = dependency('check')
 
-deps = [elm, check, edi_lib]
+deps = [elm, check, edi_lib, intl]
 incls = [include_directories('../../../src/bin'), 
include_directories('../../../src/lib'), top_inc]
 
 if get_option('libclang') == true

-- 


Reply via email to