raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a6f9a1b4f62b757b0c8f2f8282017bf95db46bab
commit a6f9a1b4f62b757b0c8f2f8282017bf95db46bab Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Nov 9 12:32:03 2018 +0000 meson - set sloppy spec define as default for efreet matches autofoo build now --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index a89b899112..70ae50817f 100644 --- a/meson.build +++ b/meson.build @@ -95,6 +95,7 @@ config_h.set_quoted('PACKAGE_SYSCONF_DIR', dir_sysconf) config_h.set_quoted('BINDIR', dir_bin) config_h.set_quoted('DATADIR', dir_data) config_h.set10('EFL_HAVE_THREADS', true) +config_h.set10('SLOPPY_SPEC', true) ## have to get compiler again for this to work compiler = meson.get_compiler('c') --
