stefan pushed a commit to branch master.

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

commit b7a61632d0f639cb19823e712da9ee1a7ed145ec
Author: Marcel Hollerbach <m...@marcel-hollerbach.de>
Date:   Mon Jul 27 12:24:57 2020 +0200

    build: warn of faulty check version
    
    Reviewed-by: Stefan Schmidt <ste...@datenfreihafen.org>
    Differential Revision: https://phab.enlightenment.org/D12067
---
 meson.build | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meson.build b/meson.build
index f7f392da75..90116b67d3 100644
--- a/meson.build
+++ b/meson.build
@@ -582,6 +582,10 @@ subdir(join_paths('data'))
 if get_option('build-tests')
   check = dependency('check')
 
+  if (check.version() == '0.15.1')
+    error('There is a bug in check@0.15.1 which does not allow efl to be 
compiled with it. Please downgrade / upgrade or disable tests')
+  endif
+
   test_env = environment()
   test_env.set('EFL_RUN_IN_TREE', '1')
 

-- 


Reply via email to