From 35b839e5e83769b0b203797a01ca13eb4d100d86 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 4 Dec 2018 21:04:07 +0100 Subject: [PATCH] meson: remove DATADIR as it is not used and further more, on windows this causes un-understandable compiler errors. Differential Revision: https://phab.enlightenment.org/D7417 --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index c40d30c185..82205daae5 100644 --- a/meson.build +++ b/meson.build @@ -93,7 +93,6 @@ config_h.set_quoted('PACKAGE_SRC_DIR', meson.source_root()) config_h.set_quoted('PACKAGE_BUILD_DIR', meson.current_build_dir()) 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)