summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-11-09 12:32:03 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2018-11-09 12:37:14 +0000
commita6f9a1b4f62b757b0c8f2f8282017bf95db46bab (patch)
tree5fd08e5d73f830d2dd9f60d064e1e0751f5498f9
parent5aa8afd60da488ac86d7075cb1a4a25a6fbebec7 (diff)
downloadefl-a6f9a1b4f62b757b0c8f2f8282017bf95db46bab.tar.gz
meson - set sloppy spec define as default for efreet
matches autofoo build now
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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')