billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=2a78d2fdcd6f3704411cae26583c2fa1768feb6b
commit 2a78d2fdcd6f3704411cae26583c2fa1768feb6b Author: Boris Faure <[email protected]> Date: Mon Nov 6 22:47:56 2017 +0100 meson: fix typo --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 88c10a3..e9d4451 100644 --- a/meson.build +++ b/meson.build @@ -111,7 +111,7 @@ endif message('Checking for ecore_con_url_head: ' + found) if cc.links(elementary_teamwork_code, dependencies: terminology_dependencies) - config_dat.set('HAVE_ELM_WIN_TEAMWORK', 1) + config_data.set('HAVE_ELM_WIN_TEAMWORK', 1) found = 'Found' else found = 'Not Found' --
