meson - set sloppy spec define as default for efreet
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 9 Nov 2018 12:32:03 +0000 (12:32 +0000)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 20 Nov 2018 06:58:45 +0000 (15:58 +0900)
matches autofoo build now

meson.build

index a89b899..70ae508 100644 (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')