From a6f9a1b4f62b757b0c8f2f8282017bf95db46bab Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 9 Nov 2018 12:32:03 +0000 Subject: [PATCH] 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')