meson - set sloppy spec define as default for efreet

matches autofoo build now
This commit is contained in:
Carsten Haitzler 2018-11-09 12:32:03 +00:00
parent 5aa8afd60d
commit a6f9a1b4f6
1 changed files with 1 additions and 0 deletions

View File

@ -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')